Skip to content

Commit

Permalink
Merge pull request #46 from jorenham/typo-fixes
Browse files Browse the repository at this point in the history
fixed typos
  • Loading branch information
jorenham authored Oct 2, 2023
2 parents 45eb74a + dfcd3c8 commit d4552f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lmo/_lm.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def l_moment(
- $(0, 0)$: The original **L**-moment, introduced by Hosking
in 1990.
- $(0, t)$: **LL**-moment (**L**inear combination of **L**owest
order statistics), instroduced by Bayazit & Onoz in 2002.
order statistics), introduced by Bayazit & Onoz in 2002.
Assigns more weight to smaller observations.
- $(s, 0)$: **LH**-moment (**L**inear combination of **H**igher
order statistics), as described by Wang in 1997.
Expand Down
2 changes: 1 addition & 1 deletion lmo/_lm_co.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def l_comoment(
(1990). Useful for fitting the e.g. log-normal and generalized
extreme value (GEV) distributions.
- $(0, m)$: **LL**-moment (**L**inear combination of **L**owest
order statistics), instroduced by Bayazit & Onoz (2002).
order statistics), introduced by Bayazit & Onoz (2002).
Assigns more weight to smaller observations.
- $(s, 0)$: **LH**-moment (**L**inear combination of **H**igher
order statistics), by Wang (1997).
Expand Down
2 changes: 1 addition & 1 deletion lmo/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def trim_matrix(
a bunch of L-moments, can be done using a single matrix multiplication
(see [`lmo.linalg.sh_legendre`][lmo.linalg.sh_legendre]).
By exploiting liniarity, it can easily be chained with this trim matrix,
to obtain a re-usable order-statistics -> trimmed L-moments
to obtain a reusable order-statistics -> trimmed L-moments
transformation (matrix).
Note that these linear transformations can be used in exactly the same way
Expand Down

0 comments on commit d4552f6

Please sign in to comment.