SensitivityGenerator T  GenerateSensitivities Method ElecNetKit Documentation

Namespace: ElecNetKit.Sensitivities
Assembly: ElecNetKit.Sensitivities (in ElecNetKit.Sensitivities.dll) Version: 1.1.4771.27372 (1.1.0.0)
Syntax

public TwinKeyDictionary<string, string, double> GenerateSensitivities(
	PerturbAndObserveRunner<T> perturbAndObserveRunner
)

Parameters

perturbAndObserveRunner
Type: ElecNetKit.Sensitivities PerturbAndObserveRunner T 
The PerturbAndObserveRunner TObserve  to determine sensitivities from.

Return Value

A twin-key dictionary with each value representing the sensitivity of the specified value at the Y-element to changes in the perturbed value at the X-element.
See Also