# NOT RUN {
################################################################################
#
## PEM Example: the GTE data
##
################################################################################
library(NGSSEML)
data(gte_data)
Yt=gte_data$V1
Xt=NULL
Zt=NULL
amp=FALSE
Event=gte_data$V2 # Event: failure, 1.
Break=GridP(Yt, Event, nT = NULL)
StaPar=c(0.7)
NumFail(StaPar,Yt,Event, Break, Xt = NULL)
# }
Run the code above in your browser using DataLab