Skip to content

Commit

Permalink
adjust formula
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Feb 2, 2024
1 parent 46e593c commit a93cf7f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions doc/src/methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,12 @@ Preserve Changes in Quantiles and Extremes?"*
The following equations qre based on Alex J. Cannon (2015) but extended the
shift of :math:`X_{sim,p}(i)`:

**Shift of value range**:

.. math::
**Additive**:

X_{sim,p}^{*DT}(i) = X_{sim,p}(i) + \Delta\mu
.. math::
**Additive**:
X_{sim,p}^{*DT}(i) = X_{sim,p}(i) + \Delta\mu
.. math::
Expand All @@ -339,6 +338,10 @@ shift of :math:`X_{sim,p}(i)`:
**Multiplicative**:

.. math::
X_{sim,p}^{*DT}(i) = X_{sim,p}(i) \cdot \Delta\mu
.. math::
X^{*DQM}_{sim,p}(i) = F^{-1}_{obs,h}\Biggl\{F_{sim,h}\left[\frac{\mu{X_{sim,h}} \cdot X_{sim,p}^{*DT}(i)}{\mu{X_{sim,p}^{*DT}(i)}}\right]\Biggr\}\frac{\mu{X_{sim,p}^{*DT}(i)}}{\mu{X_{sim,h}}}
Expand Down

0 comments on commit a93cf7f

Please sign in to comment.