LinearRegression`
LinearRegression`

IncludeConstant

バージョン7.0の時点で,IncludeConstantIncludeConstantBasisと名前を変え,組み込みのWolfram言語カーネルの一部になった.

IncludeConstant

RegressDesignMatrixのオプションであり,定数項が自動的にモデルに含まれるようにするかどうかを指定する.

詳細とオプション

  • IncludeConstantを使うためには,まず線形回帰パッケージ をロードしなくてはならない.それにはNeeds["LinearRegression`"]を実行する必要がある.
  • デフォルト設定のIncludeConstant->Trueでは,基底関数の集合に定数項がまだ含まれていない場合に定数項を加える.
  • 設定IncludeConstant->Falseでは,基底関数の集合は変更されない.
  • DesignMatrixの出力において,定数項は最初の列として含まれる.

例題

  (1)

自動的に含まれた定数がある行列とない行列:

Wolfram Research (2007), IncludeConstant, Wolfram言語関数, https://reference.wolfram.com/language/LinearRegression/ref/IncludeConstant.html.

テキスト

Wolfram Research (2007), IncludeConstant, Wolfram言語関数, https://reference.wolfram.com/language/LinearRegression/ref/IncludeConstant.html.

CMS

Wolfram Language. 2007. "IncludeConstant." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/LinearRegression/ref/IncludeConstant.html.

APA

Wolfram Language. (2007). IncludeConstant. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/LinearRegression/ref/IncludeConstant.html

BibTeX

@misc{reference.wolfram_2024_includeconstant, author="Wolfram Research", title="{IncludeConstant}", year="2007", howpublished="\url{https://reference.wolfram.com/language/LinearRegression/ref/IncludeConstant.html}", note=[Accessed: 23-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_includeconstant, organization={Wolfram Research}, title={IncludeConstant}, year={2007}, url={https://reference.wolfram.com/language/LinearRegression/ref/IncludeConstant.html}, note=[Accessed: 23-November-2024 ]}