Statistiques
RANG
429
of 297 080
RÉPUTATION
182
CONTRIBUTIONS
0 Questions
96 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
51
RANG
629 of 20 424
RÉPUTATION
2 847
CLASSEMENT MOYEN
4.30
CONTRIBUTIONS
9 Fichiers
TÉLÉCHARGEMENTS
29
ALL TIME TÉLÉCHARGEMENTS
27420
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
New Regression Capabilities in r2012a
Example code to accompany the "New Regression Capabilities" presentation
plus de 8 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/35789/versions/2/screenshot.jpg)
A soumis
Computational Statistics: Feature Selection, Regularization, and Shrinkage
MATLAB code for "Computational Statistics: Feature Selection, Regularization, and Shrinkage"
plus de 8 ans il y a | 4 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/33329/versions/2/screenshot.png)
A soumis
Data Driven Fitting with MATLAB
Demostration code and data sets for the "Data Driven Fitting with MATLAB" webinar.
plus de 8 ans il y a | 3 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/31562/versions/2/screenshot.png)
A soumis
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.
plus de 8 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/31369/versions/2/screenshot.jpg)
A soumis
Fitting with MATLAB: Statistics, Optimization, and Curve Fitting
Demo code and data for the "Fitting with MATLAB" webinar
plus de 8 ans il y a | 3 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/30869/versions/8/screenshot.jpg)
A soumis
Introduction to Classification
Files and code from Computational Statistics: Getting Started with Classification using MATLAB®
plus de 8 ans il y a | 9 téléchargements |
A soumis
MATLAB code for the nonparametric fitting video
Use localized regression, cross validation, and the bootstrap for nonparametric fitting.
plus de 8 ans il y a | 3 téléchargements |
A soumis
Optimizing breakpoints for Tables
MATLAB code to support the "Generating Optimal Tables using MATLAB" webinar.
plus de 8 ans il y a | 3 téléchargements |
A soumis
Computational Statistics Webinar
Use cross validation and Bootstrap to enhance LOESS
plus de 8 ans il y a | 1 téléchargement |
Crossvalidation of Classification Trees?
I recommend that you look at the following example from the file exchange http://www.mathworks.com/matlabcentral/fileexchange...
plus de 12 ans il y a | 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...
presque 13 ans il y a | 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...
presque 13 ans il y a | 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...
presque 13 ans il y a | 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 ...
presque 13 ans il y a | 1
| A accepté
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...
presque 13 ans il y a | 1
Homework help.
Couple quick questions / comments 1. are you sure you typed in the model correctly? This looks very close to a Gompertz fun...
presque 13 ans il y a | 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...
presque 13 ans il y a | 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). ...
presque 13 ans il y a | 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....
presque 13 ans il y a | 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...
presque 13 ans il y a | 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...
presque 13 ans il y a | 0
| A accepté
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 ...
presque 13 ans il y a | 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...
presque 13 ans il y a | 0
classifier
I did a webinar a couple years titled: "Computational Statistics: An Introduction to Classification with MATLAB". You can ...
presque 13 ans il y a | 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...
presque 13 ans il y a | 0
| A accepté
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...
presque 13 ans il y a | 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. ...
presque 13 ans il y a | 8
| A accepté
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...
presque 13 ans il y a | 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...
presque 13 ans il y a | 0
| A accepté
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...
presque 13 ans il y a | 0