[R] Cumulative normal distr

Антон Морковин A-Morkovin at yandex.ru
Mon Mar 15 20:55:39 CET 2010


Hi,
How to fit data to cumulative normal distribution?
I tried such way:

library(MASS) 
ed<-c(1:10)
cnd<-function(mn,sdd){pnorm(c(1:10),mn,sdd)}
fitdistr(ed,cnd,start=list(mn=mean(ed),sdd=sd(ed)))

.but an error occured:
Error in solve.default(res$hessian) : 
  function Lapack 'dgesv': system are exactly singular

Thank you for help

Antony
-- 


-------- Завершение пересылаемого сообщения --------

-- 
Отправлено из мобильной Яндекс.Почты: http://m.ya.ru/ymail



More information about the R-help mailing list