distanceSSLogYield: Measure distance between current and previous state in terms...

View source: R/getYieldVsFcurve.R

distanceSSLogYieldR Documentation

Measure distance between current and previous state in terms of yield.

Description

Calculates the proportional difference between getYield() outputs of current and previous state. This function can be used in projectToSteady() to decide when sufficient convergence to steady state has been achieved.

Usage

distanceSSLogYield(params, current, previous, criterion = "SSE")

Arguments

params

MizerParams

current

A named list with entries n, n_pp and n_other describing the current state

previous

A named list with entries n, n_pp and n_other describing the previous state

criterion

TODO: document

Value

proportional difference between current and previous state


sizespectrum/mizerExperimental documentation built on April 16, 2024, 8:39 a.m.