Displaying 2 results from an estimated 2 matches for "estimetion".
Did you mean:
estimation
2008 Aug 11
3
Peoblem with nls and try
...f["k"]
summary(nlmod2)
plot(P1)
lines(P1[,1],nlmod2,lwd=2,col=2)
lag1 <- e-(2/k)
print(lag1)
abline(v=lag1,col=4)
print("nlmod2")
{
pdf(file= "Lag_estimation.pdf" )
plot(P1[,1],predict(nlmod2),xlab='Time',ylab='ThT normalizate',main="Lag estimetion",type='l', col=1)
lines(P1, col=8)
abline(v=lag1,col=4)
lines(P1[,1],nlmod2,lwd=2,col=2)
}
The loops don't` function. the program stop after the first cycle...gradienrt is not good...
what I want is to skyp these set of data and give me in the end one table with all data wi...
2012 Jun 01
1
POT Package
Hi,
I have a problem in fitting GPD distribution.
i generate random numbers from gpd distribution from specific parameters
using pot packege then i used fitgpd function to estimete the parameters.The
estimated parameters are not matched with the given parameters i.e.from
which i generate random numbers.I think estimated parameters should be
matched with the given parameters.Also suggest me