eur_distribution
Fit lognormal or normal distributions to EUR values from Monte Carlo simulations or analog wells to calculate P10/P50/P90 percentiles and assess statistical goodness of fit.
Instructions
Fit a statistical distribution to EUR values for P10/P50/P90.
Takes a list of EUR values (from Monte Carlo, bootstrapping, or analog wells) and fits a lognormal or normal distribution. Returns percentiles, distribution parameters, and Kolmogorov-Smirnov goodness of fit.
Args: eur_values: List of EUR values. distribution: Distribution to fit - 'lognormal' or 'normal'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eur_values | Yes | ||
| distribution | No | lognormal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |