LoadWeights Method
The LoadWeights method is used to load weights saved in a text file for a weighted average fit.
Syntax
object.LoadWeights( fileName )
Parameter | Type | Description |
fileName | String | required, path and file name of a weighted average fit weights file to load |
Remarks
Weight files must include each weight on a single line, at least three lines, an odd number of lines, and no text.
Example
This example shows how to load a weights file for a fit.
FitPlot.LoadWeights(fileName:="C:\temp\myWeights.txt")
Used by: AutoFitPlot Object