powered by
Returns the values of the exptailecdf object at given observations.
exptailecdf
pexptailecdf(Fx, y)
An object of the same type with y that stores the evaluations of the exptailecdf object at the given y.
y
the object of class exptailecdf, containing an ecdf with exponential tail approximation.
the given observations in the scalar/vector/matrix format.
Anh Bui
Bui, A.T. and Apley., D.W. (2018a) "A Monitoring and Diagnostic Approach for Stochastic Textured Surfaces", Technometrics, 60, 1-13.
exptailecdf.object, exptailecdf
r <- rnorm(1000) Fr <- exptailecdf(r) pexptailecdf(Fr, max(r) + .1) pexptailecdf(Fr, c(min(r) - .1, max(r) + .1)) pexptailecdf(Fr, matrix(c(.8, .9, 1, 1.1), 2, 2))
Run the code above in your browser using DataLab