統計
All
Feeds
送信済み
New Regression Capabilities in r2012a
Example code to accompany the "New Regression Capabilities" presentation
8年以上 前 | ダウンロード 1 件 |

送信済み
Computational Statistics: Feature Selection, Regularization, and Shrinkage
MATLAB code for "Computational Statistics: Feature Selection, Regularization, and Shrinkage"
8年以上 前 | ダウンロード 1 件 |

送信済み
Data Driven Fitting with MATLAB
Demostration code and data sets for the "Data Driven Fitting with MATLAB" webinar.
8年以上 前 | ダウンロード 3 件 |

送信済み
Exploring Protein-DNA Binding Sites from Paired-End ChIP-Seq Data
MATLAB code for the "Exploring Protein-DNA Binding Sites from Paired-End ChIP-Seq Data" webinar.
8年以上 前 | ダウンロード 1 件 |

送信済み
Fitting with MATLAB: Statistics, Optimization, and Curve Fitting
Demo code and data for the "Fitting with MATLAB" webinar
8年以上 前 | ダウンロード 3 件 |

送信済み
Introduction to Classification
Files and code from Computational Statistics: Getting Started with Classification using MATLAB®
8年以上 前 | ダウンロード 6 件 |
送信済み
MATLAB code for the nonparametric fitting video
Use localized regression, cross validation, and the bootstrap for nonparametric fitting.
8年以上 前 | ダウンロード 1 件 |
送信済み
Optimizing breakpoints for Tables
MATLAB code to support the "Generating Optimal Tables using MATLAB" webinar.
8年以上 前 | ダウンロード 3 件 |
送信済み
Computational Statistics Webinar
Use cross validation and Bootstrap to enhance LOESS
8年以上 前 | ダウンロード 1 件 |
回答済み
Crossvalidation of Classification Trees?
I recommend that you look at the following example from the file exchange http://www.mathworks.com/matlabcentral/fileexchange...
Crossvalidation of Classification Trees?
I recommend that you look at the following example from the file exchange http://www.mathworks.com/matlabcentral/fileexchange...
13年弱 前 | 0
回答済み
linear regression
Alternatively, if you have the 12a version of Statistics Tbx X = [1,2,3,4,5,6,7,8,9]; Y = [4 5 6 9 8 7 4 1 2]; my...
linear regression
Alternatively, if you have the 12a version of Statistics Tbx X = [1,2,3,4,5,6,7,8,9]; Y = [4 5 6 9 8 7 4 1 2]; my...
13年弱 前 | 1
回答済み
How to apply Random walks ?
MATLAB includes a wide variety of functions that can be used to simulate a random walk. Depending on what precisely you want to...
How to apply Random walks ?
MATLAB includes a wide variety of functions that can be used to simulate a random walk. Depending on what precisely you want to...
13年弱 前 | 1
回答済み
What is a reasonable lower time limit for regstats?
MATLAB and Statistics Toolbox provide a variety of ways to perform a regression. For example, if I am performing a simple linea...
What is a reasonable lower time limit for regstats?
MATLAB and Statistics Toolbox provide a variety of ways to perform a regression. For example, if I am performing a simple linea...
13年弱 前 | 1
回答済み
Parametric bootstraping in curve fitting
In general when I hear the expression parametric bootstrap I think "parametric residual bootstrap" I'm attaching some simple ...
Parametric bootstraping in curve fitting
In general when I hear the expression parametric bootstrap I think "parametric residual bootstrap" I'm attaching some simple ...
13年弱 前 | 1
| 採用済み
回答済み
How do I Regression Fit a SinWave to a dataset?
Here's some simple code that illustrates how to perform nonlinear regression using the 12a release of Statistics Toolbox. Not...
How do I Regression Fit a SinWave to a dataset?
Here's some simple code that illustrates how to perform nonlinear regression using the 12a release of Statistics Toolbox. Not...
13年弱 前 | 1
回答済み
Homework help on fitting
Couple quick questions / comments 1. are you sure you typed in the model correctly? This looks very close to a Gompertz fun...
Homework help on fitting
Couple quick questions / comments 1. are you sure you typed in the model correctly? This looks very close to a Gompertz fun...
13年弱 前 | 0
回答済み
Curve fitting f(x,y) result
I'm attaching code that shows a couple different ways to solve your problem. I prefer the second option. The R^2 is slightly...
Curve fitting f(x,y) result
I'm attaching code that shows a couple different ways to solve your problem. I prefer the second option. The R^2 is slightly...
約13年 前 | 1
回答済み
Curve fitting f(x,y) result
Hi ZazOufUMl A "Poly31" model is different than the one that I suggested. (Poly31 will contain a number of cross terms). ...
Curve fitting f(x,y) result
Hi ZazOufUMl A "Poly31" model is different than the one that I suggested. (Poly31 will contain a number of cross terms). ...
約13年 前 | 0
回答済み
Curve fitting f(x,y) result
Hi there The "Poly54" fit type is specifying a 5th order polynomial in one direction and a 4th order polynomial in the other....
Curve fitting f(x,y) result
Hi there The "Poly54" fit type is specifying a 5th order polynomial in one direction and a 4th order polynomial in the other....
約13年 前 | 0
回答済み
Matlab - How to Generate Random Numbers from a Specific Probability Density
If Pv and Pa can both be described as functions of a, you might be able to use a univariate generator to generate plausible valu...
Matlab - How to Generate Random Numbers from a Specific Probability Density
If Pv and Pa can both be described as functions of a, you might be able to use a univariate generator to generate plausible valu...
約13年 前 | 0
回答済み
Multicolinearity/Regression/PCA and choice of optimal model (2nd try)
I'm attaching some code that might provide helpful I also have a two part blog posting on this same subject that provides a b...
Multicolinearity/Regression/PCA and choice of optimal model (2nd try)
I'm attaching some code that might provide helpful I also have a two part blog posting on this same subject that provides a b...
約13年 前 | 0
| 採用済み
回答済み
The problem of using rng to generate random numbers.
From the sounds of things, the simplest thing to do would be to generate all of your random numbers OUTSIDE your loop. Start ...
The problem of using rng to generate random numbers.
From the sounds of things, the simplest thing to do would be to generate all of your random numbers OUTSIDE your loop. Start ...
約13年 前 | 0
回答済み
The problem of using rng to generate random numbers.
It's hard to make a specific recommendation without known more about the use case. What (specifically) are you trying to acco...
The problem of using rng to generate random numbers.
It's hard to make a specific recommendation without known more about the use case. What (specifically) are you trying to acco...
約13年 前 | 0
回答済み
classifier
I did a webinar a couple years titled: "Computational Statistics: An Introduction to Classification with MATLAB". You can ...
classifier
I did a webinar a couple years titled: "Computational Statistics: An Introduction to Classification with MATLAB". You can ...
約13年 前 | 0
回答済み
Surface Fitting Tool Coefficient Structure
Local regression (aka LOWESS/LOESS) and interpolation don't lend themselves to parametric representations. There really isn't a...
Surface Fitting Tool Coefficient Structure
Local regression (aka LOWESS/LOESS) and interpolation don't lend themselves to parametric representations. There really isn't a...
約13年 前 | 0
| 採用済み
回答済み
Curve smoothing using Matlab
I have a function called FitIt on the file exchange that might prove useful. FitIt combines Local regression (to smooth yo...
Curve smoothing using Matlab
I have a function called FitIt on the file exchange that might prove useful. FitIt combines Local regression (to smooth yo...
約13年 前 | 0
回答済み
Get Y values from Curve Fitting Tool
For simplicity, this code is using a simple linear model. However, the same syntax with work for your nonlinear regression. ...
Get Y values from Curve Fitting Tool
For simplicity, this code is using a simple linear model. However, the same syntax with work for your nonlinear regression. ...
約13年 前 | 8
| 採用済み
回答済み
Least squares linear regression when squares have to do with elasticity?
Here's a simple example using the new regression functions in the 12a release. All you need to do is pass the appropriate weigh...
Least squares linear regression when squares have to do with elasticity?
Here's a simple example using the new regression functions in the 12a release. All you need to do is pass the appropriate weigh...
約13年 前 | 1
回答済み
Multi-parametric fit with matlab
Hi Miguel fitensemble is able to handle multiple independent variables. You should be able to use this with the data set tha...
Multi-parametric fit with matlab
Hi Miguel fitensemble is able to handle multiple independent variables. You should be able to use this with the data set tha...
約13年 前 | 0
| 採用済み
回答済み
Multi-parametric fit with matlab
Hi Miguel From the sounds of things, your central problem is that you're unable to specify an equation that describes the rel...
Multi-parametric fit with matlab
Hi Miguel From the sounds of things, your central problem is that you're unable to specify an equation that describes the rel...
約13年 前 | 0