PointWeight

interface PointWeight : OptimizationFeature

Compute a wight of the point. The more the weight, the more impact this point will have on the fit. By default, uses Dispersion^-1

Types

Companion
Link copied to clipboard
object Companion

Functions

toString
Link copied to clipboard
abstract override fun toString(): String
weight
Link copied to clipboard
abstract fun weight(problem: XYFit, index: Int): DifferentiableExpression<Double>

Properties

key
Link copied to clipboard
open val key: FeatureKey<OptimizationFeature>

Sources

common source
Link copied to clipboard