Displaying 1 result from an estimated 1 matches for "dexgaus".
Did you mean:
exgaus
2008 Nov 06
0
gamlss.dist
Hi,
I'm not sure how use curve(dexGAUS(…
None of the following four works:
rt<- rexGAUS(100, mu=300, nu=100, sigma=35)
m1<-gamlss(rt~1, family=exGAUS)
curve(dexGAUS(rt=x, mu=300 ,sigma=35,nu=100), 100, 600, main = "The ex-
GAUS density mu=300 ,sigma=35,nu=100")
curve(dexGAUS(x=rt, mu=300 ,sigma=35,nu=100), 100, 600,...