I have data like
x cumfract
0 0.4
1 0.7
2 0.9
The variable cumfract is the proportion of cases with values below the corresponding x value. I would like to fit a normal distribution to this (and return the best fitting mean and variance). Suggestions?
x cumfract
0 0.4
1 0.7
2 0.9
The variable cumfract is the proportion of cases with values below the corresponding x value. I would like to fit a normal distribution to this (and return the best fitting mean and variance). Suggestions?
Comment