You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Bias-Adjustment-Python
1
+
# Bias adjustment/correction procedures for climatic reasearch
2
2
3
3
<divstyle="text-align: center">
4
4
@@ -9,7 +9,7 @@
9
9
10
10
</div>
11
11
12
-
Collection of different scale- and distribution-based bias adjustment techniques for climatic research. (see `examples.ipynb` for help)
12
+
Collection of different scale- and distribution-based bias adjustment techniques for climatic research (see `examples.ipynb` for help).
13
13
14
14
Bias adjustment procedures in Python are very slow, so they should not be used on large data sets.
15
15
A C++ implementation that works way faster can be found [here](https://github.com/btschwertfeger/Bias-Adjustment-Cpp).
@@ -88,6 +88,11 @@ qdm_result = cm.adjust_3d( # 3d = 2 spatial and 1 time dimension
88
88
# ratio based variables like precipitation)
89
89
```
90
90
91
+
Notes:
92
+
93
+
- When using the `adjust_3d` method you have to specify the method by name.
94
+
- For the multiplicative linear scaling and delta method is a maximum scaling factor of 10 set. This can be changed by the `max_scaling_factor` parameter.
95
+
91
96
---
92
97
93
98
## Examples (see repository on [GitHub](https://github.com/btschwertfeger/Bias-Adjustment-Python))
0 commit comments