Azzera filtri
Azzera filtri

How to get mu and sigma from data?

67 visualizzazioni (ultimi 30 giorni)
Jay
Jay il 11 Ott 2012
I need to get mu and sigma from the data I have. But it needs to be mu and sigma from Brownian motion. How do I get a mu and sigma for Brownian motion only with data?

Risposta accettata

Ryan G
Ryan G il 11 Ott 2012
mu and sigma don't necessarily mean anything unless you describe what you actually want from your data. Based on the wiki article for Brownian Motion I can assume you mean standard deviation, sigma, and mean, mu, which are commonly used in describing normal distributions. From a dataset, X, you can use":
mu = mean(X);
sigma = std(X);
To determine the mu and sigma of the distribution.

Più risposte (0)

Categorie

Scopri di più su Particle & Nuclear Physics in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by