| pexptailecdf | R Documentation |
Returns the values of the exptailecdf object at given observations.
pexptailecdf(Fx, y)
Fx |
the object of class |
y |
the given observations in the scalar/vector/matrix format. |
An object of the same type with y that stores the evaluations of the exptailecdf object at the given y.
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.