You are here: Symbol Reference > Statistics Namespace > Functions > Statistics.CauchyFit Function
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.CauchyFit Function

Calculate the parameters and their (1-Alpha) confidence invervals for Cauchy distributed values.

Pascal
procedure CauchyFit(const X: TVec; out m: double; out b: double; var mCI: TTwoElmReal; var bCI: TTwoElmReal; MaxIter: Integer = 500; Tolerance: double = 1e-8; Alpha: double = 0.05); overload;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!