Versions in this module Expand all Collapse all v5 v5.0.6 Sep 27, 2021 Changes in this version + var DefaultAlpha big.Int + var DefaultBeta big.Int + var ExtrapolatedCumSumRatioEpsilon big.Int + func ExtrapolatedCumSumOfRatio(delta abi.ChainEpoch, relativeStart abi.ChainEpoch, ...) big.Int + type AlphaBetaFilter struct + func LoadFilter(prevEstimate FilterEstimate, alpha, beta big.Int) *AlphaBetaFilter + func (f *AlphaBetaFilter) NextEstimate(observation big.Int, epochDelta abi.ChainEpoch) FilterEstimate + type FilterEstimate struct + PositionEstimate big.Int + VelocityEstimate big.Int + func DefaultInitialEstimate() FilterEstimate + func NewEstimate(position, velocity big.Int) FilterEstimate + func TestingConstantEstimate(val big.Int) FilterEstimate + func TestingEstimate(x, v big.Int) FilterEstimate + func (fe *FilterEstimate) Estimate() big.Int + func (fe *FilterEstimate) Extrapolate(delta abi.ChainEpoch) big.Int + func (t *FilterEstimate) MarshalCBOR(w io.Writer) error + func (t *FilterEstimate) UnmarshalCBOR(r io.Reader) error