inverse function of zscore?
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi all,
is there any inverse function of zscore?
0 Commenti
Risposta accettata
Più risposte (1)
Star Strider
il 7 Giu 2014
To get x from Z knowing the mean (mu) and standard deviation (s):
x = Z*s + mu
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!