Package-level declarations

Types

Link copied to clipboard
class ConvergenceException(message: String, val iterations: Int, val lastEstimate: Double) : KStatsException

Thrown when an iterative numerical algorithm fails to converge within its iteration limit.

Link copied to clipboard

Thrown when the input data is mathematically degenerate for the requested operation.

Link copied to clipboard

Thrown when the input data does not contain enough elements for the requested operation.

Link copied to clipboard

Thrown when a parameter value is outside the valid range for the requested operation.

Link copied to clipboard
open class KStatsException(message: String, cause: Throwable? = null) : RuntimeException

Base exception for all errors thrown by the kstats library.