inverse function of zscore?
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi all,
is there any inverse function of zscore?
0 commentaires
Réponse acceptée
Plus de réponses (1)
Star Strider
le 7 Juin 2014
To get x from Z knowing the mean (mu) and standard deviation (s):
x = Z*s + mu
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!