photo

Matthew Taliaferro


University of Minnesota Twin Cities

Active since 2013

Followers: 0   Following: 0

Message

I am currently a graduate student

Statistics

All
MATLAB Answers

2 Questions
3 Answers

File Exchange

2 Files

RANK
33,164
of 297,503

REPUTATION
1

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
9,832 of 20,449

REPUTATION
65

AVERAGE RATING
3.70

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
565

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 1
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Submitted


generalized_esd(x,alpha,k)
Applies generalized extreme Studentized deviate test for outliers at a specified confidence level

7 years ago | 1 download |

3.0 / 5

Answered
Solving a sum of series of exponential function with a sum of series of cosine function inside
You cannot raise things to a power unless they are scalar or square (like the warning said). If you want to square each element,...

7 years ago | 0

Submitted


csapsGCV(x,y,p,xx,W)
Returns optimal cubic smoothing spline using the generalized cross validation method

8 years ago | 1 download |

4.3 / 5

Answered
Confidence intervals estimates for cubic smoothing spline (csaps)
I wrote my own code and posted it <https://www.mathworks.com/matlabcentral/fileexchange/63168-csapsgcv here>. Hopefully it's use...

8 years ago | 0

| accepted

Question


Confidence intervals estimates for cubic smoothing spline (csaps)
Is there a built in function that will return the confidence bands for csaps (or the output from ppval)? Extra information that ...

8 years ago | 2 answers | 0

2

answers

Answered
How can i do leave-one-out for classification?
I'm unsure what you are asking, but maybe the functions cvpartition() and/or crossval() are what you're looking for?

8 years ago | 0

Question


Variable file path for importdata
I am unsure why the following code does not work: str = input('Enter the filename: ', 's'); bottom_temp = fullfile('Temp...

12 years ago | 1 answer | 1

1

answer