double-exponential
There are 19 repositories under double-exponential topic.
stdlib-js/stats-base-dists-laplace-quantile
Laplace distribution quantile function.
stdlib-js/stats-base-dists-laplace-variance
Laplace distribution variance.
NRHartFRC/Financial-Analysis-Tool
Colaboratory notebook that implements several strategic indicators that are commonly used in the financial ecosystem. Enter a ticker symbol for an equity (ETF, cryptocurrency, et. al.), a start date, and an end date for the analysis. Run all and let the analysis begin. Note: This is not financial advise, use at your own risk.
stdlib-js/random-base-laplace
Laplace (double exponential) distributed pseudorandom numbers.
stdlib-js/simulate-iter-awln
Create an iterator which introduces additive white Laplacian noise.
stdlib-js/stats-base-dists-laplace-cdf
Laplace distribution cumulative distribution function (CDF).
stdlib-js/stats-base-dists-laplace-entropy
Laplace distribution differential entropy.
stdlib-js/stats-base-dists-laplace-logcdf
Laplace distribution logarithm of cumulative distribution function (CDF).
stdlib-js/stats-base-dists-laplace-logpdf
Laplace distribution logarithm of probability density function (PDF).
stdlib-js/stats-base-dists-laplace-median
Laplace distribution median.
stdlib-js/stats-base-dists-laplace-mode
Laplace distribution mode.
stdlib-js/stats-base-dists-laplace-skewness
Laplace distribution skewness.
stdlib-js/stats-base-dists-laplace-stdev
Laplace distribution standard deviation.
stdlib-js/random-array-laplace
Create an array containing pseudorandom numbers drawn from a Laplace (double exponential) distribution.
stdlib-js/stats-base-dists-laplace
Laplace distribution.
stdlib-js/stats-base-dists-laplace-kurtosis
Laplace distribution excess kurtosis.
stdlib-js/stats-base-dists-laplace-mean
Laplace distribution expected value.
stdlib-js/stats-base-dists-laplace-mgf
Laplace (Double Exponential) distribution moment-generating function (MGF).
stdlib-js/stats-base-dists-laplace-pdf
Laplace distribution probability density function (PDF).