@@ -85,7 +85,7 @@ def get_spatial_bc_quantiles(lat_lon: np.array,
85
85
86
86
Recover the parameters that describe the statistical distribution
87
87
previously estimated with
88
- :class:`~sup3r.bias.bias_calc .QuantileDeltaMappingCorrection` for three
88
+ :class:`~sup3r.bias.qdm .QuantileDeltaMappingCorrection` for three
89
89
datasets: ``base`` (historical reference), ``bias`` (historical biased
90
90
reference), and ``bias_fut`` (the future biased dataset, usually the data
91
91
to correct).
@@ -119,27 +119,27 @@ def get_spatial_bc_quantiles(lat_lon: np.array,
119
119
the ``base_dset``. It has a shape of (I, J, P), where (I, J) are the
120
120
same first two dimensions of the given `lat_lon` and P is the number
121
121
of parameters and depends on the type of distribution. See
122
- :class:`~sup3r.bias.bias_calc .QuantileDeltaMappingCorrection` for more
122
+ :class:`~sup3r.bias.qdm .QuantileDeltaMappingCorrection` for more
123
123
details.
124
124
bias : np.array
125
125
Parameters used to define the statistical distribution estimated for
126
126
(historical) ``feature_name``. It has a shape of (I, J, P), where
127
127
(I, J) are the same first two dimensions of the given `lat_lon` and P
128
128
is the number of parameters and depends on the type of distribution.
129
- See :class:`~sup3r.bias.bias_calc .QuantileDeltaMappingCorrection` for
129
+ See :class:`~sup3r.bias.qdm .QuantileDeltaMappingCorrection` for
130
130
more details.
131
131
bias_fut : np.array
132
132
Parameters used to define the statistical distribution estimated for
133
133
(future) ``feature_name``. It has a shape of (I, J, P), where (I, J)
134
134
are the same first two dimensions of the given `lat_lon` and P is the
135
135
number of parameters used and depends on the type of distribution. See
136
- :class:`~sup3r.bias.bias_calc .QuantileDeltaMappingCorrection` for more
136
+ :class:`~sup3r.bias.qdm .QuantileDeltaMappingCorrection` for more
137
137
details.
138
138
cfg : dict
139
139
Metadata used to guide how to use of the previous parameters on
140
140
reconstructing the statistical distributions. For instance,
141
141
`cfg['dist']` defines the type of distribution. See
142
- :class:`~sup3r.bias.bias_calc .QuantileDeltaMappingCorrection` for more
142
+ :class:`~sup3r.bias.qdm .QuantileDeltaMappingCorrection` for more
143
143
details, including which metadata is saved.
144
144
145
145
Warnings
@@ -150,7 +150,7 @@ def get_spatial_bc_quantiles(lat_lon: np.array,
150
150
151
151
See Also
152
152
--------
153
- sup3r.bias.bias_calc .QuantileDeltaMappingCorrection
153
+ sup3r.bias.qdm .QuantileDeltaMappingCorrection
154
154
Estimate the statistical distributions loaded here.
155
155
156
156
Examples
@@ -458,7 +458,7 @@ def local_qdm_bc(data: np.array,
458
458
459
459
See Also
460
460
--------
461
- sup3r.bias.bias_calc .QuantileDeltaMappingCorrection :
461
+ sup3r.bias.qdm .QuantileDeltaMappingCorrection :
462
462
Estimate probability distributions required by QDM method
463
463
464
464
Notes
0 commit comments