tpars | R Documentation |
t-distribution fitter This is a wrapper around [MASS::fitdistr()] specifically intended to fit the t-distribution.
tpars(x, df = 30)
x |
Vector of values to fit the t-distribution to |
df |
Starting df value |
An object of class "fitdistr"
.
h<-rt(1000,df=3)*3+10
tpars(h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.