Description Usage Arguments Examples
Creates ξ profile log liklihood
1 | gpd.profxi(z, xlow, xup, conf = 0.95, nint = 100)
|
z |
dataset |
xlow |
lower ξ value |
xup |
upper ξ value |
conf |
Confidence size |
nint |
Number of intervals |
1 2 3 | data(danish)
out = gpd.fit(danish, 10)
gpd.profxi(out, -0.1, 0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.