dstats v1.0.4 (2018-01-22T19:49:16Z)
Home
Dub
Repo
DstatsArgumentException
dstats
base
This is the exception that is thrown on invalid arguments to a dstats function.
class
DstatsArgumentException : Exception {
this
(string msg, string file, int line);
}
Constructors
this
this
(string msg, string file, int line)
Undocumented in source.
Meta
Source
See Implementation
dstats
base
aliases
DoubleMatrix
classes
DstatsArgumentException
functions
auroc
bin
binCounts
byCategory
choleskyDecompose
choleskySolve
comb
doubleMatrix
dstatsEnforce
enforceConfidence
frequency
frqBin
invert
logFactorial
logNcomb
perm
rank
rankSort
saveAll
seq
sign
solve
toNumericRange
structs
Comb
Perm
ToNumericRange
templates
StaticIota
doubleInput
doubleIterable
nDims
variables
logFactorialTable
This is the exception that is thrown on invalid arguments to a dstats function.