Skip to content

Commit

Permalink
Place @SInCE tags after @see tags following Oracle's order convension
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Sep 6, 2021
1 parent 7ea6e49 commit 9a1a05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
/**
* Sampling from a Lévy distribution.
*
* @since 1.4
* @see <a href="https://en.wikipedia.org/wiki/L%C3%A9vy_distribution">Lévy distribution</a>
* @since 1.4
*/
public final class LevySampler implements SharedStateContinuousSampler {
/** Gaussian sampler. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
* random variables". Statistics &amp; Probability Letters. 28 (2): 165–171.
* </ul>
*
* @since 1.4
* @see <a href="https://en.wikipedia.org/wiki/Stable_distribution">Stable distribution (Wikipedia)</a>
* @see <a href="https://link.springer.com/book/10.1007/978-3-030-52915-4">Nolan (2020) Univariate Stable Distributions</a>
* @see <a href="https://doi.org/10.1080%2F01621459.1976.10480344">Chambers et al (1976) JOASA 71: 340-344</a>
* @see <a href="https://doi.org/10.1016%2F0167-7152%2895%2900113-1">Weron (1996).
* Statistics &amp; Probability Letters. 28 (2): 165–171.</a>
* @since 1.4
*/
public abstract class StableSampler implements SharedStateContinuousSampler {
/** pi / 2. */
Expand Down

0 comments on commit 9a1a05a

Please sign in to comment.