Skew Normal Random Samples
Examples
ran_skewnorm(10, shape = -1)
#> [1] 1.1488493 -1.0576383 -1.7706145 -1.1805689 -0.4948229 -0.4146651
#> [7] -2.1106997 -0.5657500 -1.0593348 -0.5968130
ran_skewnorm(10, shape = 0)
#> [1] 0.4314644 0.4896186 0.2866172 -1.1371789 -0.1864812 1.1594164
#> [7] -0.1794256 -1.0604289 1.6750532 0.7599024
ran_skewnorm(10, shape = 1)
#> [1] 1.23042949 2.39665789 -0.05533427 -0.14119500 -0.13616026 0.16254137
#> [7] 0.68906027 1.61610437 1.52232370 0.25063858
