![]() |
| サイトマップ | |
|
関数 sinp
は、FFT法を使用した正弦曲線関数の初期パラメータ推定値を自動的に生成します。3つのパラメータ推定値をベクトルとして返します。
sinp
(x range, y range)
引数 x range は x 変数を、引数 y range は y 変数を指定します。いずれかの範囲に含まれる欠損値や文字列は無視され、データポイントとして扱われません。引数 x range と y range は同じ大きさである必要があり、3つ以上の有効なデータポイントが必要になります。
※ Tip: sinp は、非線形回帰の初期パラメーター推定に用いられ、波形関数のスムーズ化に使用されます。 |
The sinp function automatically generates the initial parameter estimates for a sinusoidal functions using the FFT method. The three parameter estimates are returned as a vector.
sinp(x range, y range)
The x range argument specifies the x variable, and the y range argument specifies the y variable. Any missing value or text string contained within one of the ranges is ignored and will not be treated as a data point. x range and y range must be the same size, and the number of valid data points must be greater than or equal to 3.
Tip: sinp is especially used to perform smoothing on waveform functions, used in determination of initial parameter estimates for nonlinear regression.