I want to compute mean median and mode for the distribution from its c.d.f.
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to compute mean median and mode for the distribution from its c.d.f.
\begin{array}{c|r}
p & .005 & .01 & .025 & .05 & .10 & .20 & .25 & .30 & .40 & .50 & .60 & .70 & .75 & .80 & .90 & .95 & .975 & .99 & .995\\
\hline
m=3 & .0717 & .1148 & .2158 & .3518 & .5844 & 1.005 & 1.213 & 1.424 & 1.869 & 2.366 & 2.946 & 3.665 & 4.108 & 4.642 & 6.251 & 7.815 & 9.348 & 11.34 & 12.84
\end{array}
0 comentarios
Respuestas (1)
Jeff Miller
el 5 de En. de 2022
The median is the value at p=0.50, which you already seem to have in your table. You can't really compute the mean and mode from the info in this table, but you can compute them from the known properties of the chisq(3). See, e.g., Wikipedia
2 comentarios
Jeff Miller
el 7 de En. de 2022
Jan, I think you might be misunderstanding what values you are getting from chi2pdf. This function returns values on the vertical y axis of your plots, but you are trying to compute mean, median, and mode values on the horizontal x axis as shown in your pictures.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!