KStat
1.0.0
jvm
KStat
com.
github.
polyrocketmatt.
kstat
Constants
Functions
Gamma
main()
com.
github.
polyrocketmatt.
kstat.
distributions
Continuous
Continuous
Distribution
Discrete
Discrete
Distribution
Distribution
Entropy
Type
SHANNON
NATURAL
next
Gaussian()
com.
github.
polyrocketmatt.
kstat.
distributions.
continuous
Exponential
Distribution
Gamma
Distribution
Normal
Distribution
Uniform
Distribution
Weibull
Distribution
com.
github.
polyrocketmatt.
kstat.
distributions.
discrete
Bernoulli
Distribution
Binomial
Distribution
Poisson
Distribution
com.
github.
polyrocketmatt.
kstat.
exception
KStat
Convergence
Exception
KStat
Exception
KStat
Undefined
Exception
com.
github.
polyrocketmatt.
kstat.
range
Abstract
Range
Continuous
Range
Discrete
Range
IRange
Range
Single
Range
com.
github.
polyrocketmatt.
kstat.
utils
Simpson
Integrator
KStat
/
com.github.polyrocketmatt.kstat.exception
/
KStatException
KStat
Exception
open
class
KStatException
(
cause
:
String
)
:
Exception
Inheritors
KStatConvergenceException
KStatUndefinedException
Members
Constructors
KStat
Exception
Link copied to clipboard
constructor
(
cause
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)