![]() |
| サイトマップ | |
|
関数 dsinp
は、FFT 法を用いた減衰サイン関数のパラメーターの初期推定値を自動的に生成します。4つのパラメーター推定値がベクトルとして返されます。
dsinp
(x range, y range)
引数 x range は変数 x を指定し、引数 y range は変数 y を指定します。配列に含まれる欠損値または文字列は無視され、データポイントとして使用されません。引数 x range と y range のサイズは同じにする必要があり、有効なデータポイント数は 3 以上である必要があります。
※ Note: dsinp は特に、波形関数のパラメーターを推定するために使用されます。この関数は、非線形回帰と組み合わせて使用する場合にのみ役立ちます。 |
The dsinp function automatically generates the initial parameter estimates for a damped sinusoidal functions using the FFT method. The four parameter estimates are returned as a vector.
dsinp(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.
Note: dsinp is especially used to estimate parameters on waveform functions. This is only useful when this function is used in conjunction with nonlinear regression.