lik_t | R Documentation |
Creates a likelihood object for ash for use with t error distribution
lik_t(df)
df |
degree of freedom parameter of t distribution |
z = rnorm(100) + rt(100,df=4) # simulate some data with t error
ash(z,1,lik=lik_t(df=4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.