environmentaltools.temporal.ensemble_ppf
- environmentaltools.temporal.ensemble_ppf(df: DataFrame, param: dict, variable: str, nodes: list = [4383, 900])[source]
Computes the inverse of the cumulative distribution function
- Parameters:
data (*) – raw data
param (*) – the parameters of the probability model
variable (*) – name of the variable
nodes (*) – no of nodes in the time and variable axes. Defaults to [4383, 250].
- Returns:
the raw time series
- Return type:
df (pd.DataFrame)