検索結果- 英語 - 多言語
検索内容:
parameters
parameter
A value or rule that sets how something works or is measured.
パラメータ / 媒介変数 / 母数 / 設定値 / 条件・基準を定める値
ຄ່າກຳນົດ / ພາລາມິເຕີ / ກົດເກນຫຼືຂອບເຂດທີ່ກຳນົດວິທີເຮັດວຽກ
nuisance parameter
(statistics) A parameter of the distribution of a population that is not directly relevant to solving the significance test or estimate problem under consideration.
統計学において、対象となる検定や推定問題の解決に直接関与しない、母集団の分布に関するパラメーター。
Hapke parameter
Any of a set of parameters for a quasi-experimental model used to describe the directional reflectance properties of the airless regolith surfaces of bodies in the Solar System.
太陽系内の無大気天体のレゴリス表面の方向性反射特性を記述するために用いられる、疑似実験的モデルに基づく一連のパラメータのうちの1つ
nuisance parameters
speed parameters
plural of speed parameter
「speed parameter」の複数形、すなわち「速度パラメータ」の複数形です。
speed parameter
(relativity) speed divided by the speed of light, symbol β
相対性理論において、物体の速度を光速で割った値。記号βで表される。
positional parameter
(programming) a parameter that is passed by position, rather than by name, in a function call
プログラミングにおいて、関数呼び出し時に名前ではなく引数の順序(位置)に基づいて渡されるパラメータ。 / 関数呼び出しの際、引数として指定する値がパラメータ名ではなく、その位置によって対応づけられるもの。
named parameter
(programming) a parameter that is passed by name, rather than by position, in a function call
プログラミングにおいて、関数呼び出し時に位置ではなく名前で渡される、引数(パラメーター)のこと。 / 同意語として「名前付き引数」と言われることもある。