archimedes.measure.RealLine.Parameters¶

class RealLine.Parameters(loc: float = 0.0, scale: float = 1.0)¶

Location/scale of the target domain; see affine_params.

Methods

replace(**updates)

Returns a new object replacing the specified fields with new values.

Attributes

loc

scale

__init__(loc: float = 0.0, scale: float = 1.0) → None¶
replace(**updates) → T¶

Returns a new object replacing the specified fields with new values.