|
Returns the variance per DS
|
DS ごとの分散を返します
|
|
f_xth - Xth Percentile
|
f_xth - Xパーセンタイル
|
|
Returns the xth percentitle.
|
x番目のパーセンタイルを返します。
|
|
$var: threshold in percent. Range: [0< $var ≤100]
|
$var: しきい値 (%)範囲: [0< $var ≤100]
|
|
f_dot - Duration Over Threshold
|
f_dot - しきい値を超える期間
|
|
Returns the duration over a defined threshold in percent.
|
定義されたしきい値を超える期間をパーセントで返します。
|
|
$var: threshold (absolute)
|
$var:しきい値(絶対)
|
|
f_sot - Sum Over Threshold
|
f_sot - しきい値を超える合計
|
|
Returns the sum of values over a defined threshold.
|
定義されたしきい値を超える値の合計を返します。
|
|
f_floor - Round Fractions Down
|
f_floor - 分数を切り捨てる
|
|
Returns the next lowest integer value by rounding down value if necessary.
|
必要に応じて値を切り捨てて、次に小さい整数値を返します。
|
|
$var: float
|
$var:フロート
|
|
f_ceil - Round Fractions Up
|
f_ceil - 分数を切り上げる
|
|
Returns the next highest integer value by rounding up value if necessary.
|
必要に応じて値を切り上げて、次に大きい整数値を返します。
|
|
f_round - Round A Float
|
f_round - ラウンドAフロート
|
|
Returns the rounded integer value of any given float.
|
任意の float の丸められた整数値を返します。
|
|
$var: float or string value
|
$var: float または string 値
|
|
f_high - Find Highest Value
|
f_high - 最も高い値を見つける
|
|
Returns the highest value of a given list of parameters
|
指定されたパラメータのリストの最大値を返します
|
|
$var1, $var2, $var3 ...: values to be compared
|
$var 1、$var 2、$var 3 ...:比較する値
|