Click or drag to resize

MasterCurveCreation Class

Note: This API is now obsolete.

Obsolete helpers for master curve creation.
Inheritance Hierarchy
SystemObject
  Altaxo.Data.ObsoleteMasterCurveCreation

Namespace: Altaxo.Data.Obsolete
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[ObsoleteAttribute("Use Altaxo.Science.Thermorheology.MasterCurves.MasterCurveCreation instead")]
public static class MasterCurveCreation

The MasterCurveCreation type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateMasterCurve Creates the master curve for the specified options and stores the resulting shifts and interpolations in the options instance.
Public methodStatic memberGetMeanSignedYDifference Gets the mean difference between the y column and the interpolation function, provided that the x column is shifted by a factor.
Public methodStatic memberGetMeanSquaredYDifference Gets the mean squared difference between the y column and the interpolation function, provided that the x column is shifted by a factor.
Public methodStatic memberGetMinMaxOfFirstColumnForValidSecondColumn Gets the minimum and maximum valid values from the first column for rows where both transformed columns contain finite values.
Top
See Also