Packages

Purely functional, purely Gleam implementation of statistical methods.

Current section

Files

Jump to
gelman src gelman@error.erl
Raw

src/gelman@error.erl

-module(gelman@error).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/gelman/error.gleam").
-export_type([stats_error/0]).
-type stats_error() :: empty_dataset |
negative_or_zero_value |
negative_value |
{invalid_parameter, binary()}.