Description Usage Arguments Author(s)
Methods for texmex objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | ## S3 method for class 'bgpd'
coef(object,...)
## S3 method for class 'mex'
coef(object,...)
## S3 method for class 'migpd'
coef(object,...)
## S3 method for class 'bgpd'
coefficients(object,...)
## S3 method for class 'gpd'
coefficients(object,...)
## S3 method for class 'mex'
coefficients(object,...)
## S3 method for class 'migpd'
coefficients(object,...)
## S3 method for class 'extremalIndex'
plot(x,...)
## S3 method for class 'MCS'
print(x,...)
## S3 method for class 'bootMCS'
print(x,...)
## S3 method for class 'chi'
print(x,...)
## S3 method for class 'copula'
print(x,...)
## S3 method for class 'declustered'
print(x,...)
## S3 method for class 'extremalIndex'
print(x,...)
## S3 method for class 'mex'
print(x,...)
## S3 method for class 'mexDependence'
print(x,...)
## S3 method for class 'migpd'
print(x,...)
## S3 method for class 'predict.mex'
print(x,...)
## S3 method for class 'summary.bgpd'
print(x,...)
## S3 method for class 'summary.gpd'
print(x,digits=3,...)
## S3 method for class 'summary.predict.mex'
print(x,...)
## S3 method for class 'MCS'
show(x,...)
## S3 method for class 'bootMCS'
show(x,...)
## S3 method for class 'copula'
show(x,...)
## S3 method for class 'declustered'
show(x,...)
## S3 method for class 'extremalIndex'
show(x,...)
## S3 method for class 'mex'
show(x,...)
## S3 method for class 'mexDependence'
show(x,...)
## S3 method for class 'migpd'
show(x,...)
## S3 method for class 'predict.mex'
show(x,...)
## S3 method for class 'summary.bgpd'
show(x,...)
## S3 method for class 'summary.gpd'
show(x,digits=3,...)
## S3 method for class 'summary.predict.mex'
show(x,...)
## S3 method for class 'MCS'
summary(object,...)
## S3 method for class 'bgpd'
summary(object,...)
## S3 method for class 'copula'
summary(object,...)
## S3 method for class 'mex'
summary(object,...)
## S3 method for class 'migpd'
summary(object,verbose=TRUE,...)
|
x |
A texmex object of class indicated by method type. |
object |
A texmex object of class indicated by method type. |
digits |
Number of digits for printing. |
verbose |
Logical, whether to show model fitting summary in addition to just model parameter estimates. |
... |
Further arguments to methods. |
Harry Southworth, Janet E. Heffernan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.