ConfidenceRange
同時信頼区間と同時信頼帯が計算される範囲を指定する,SurvivalModelFitおよび他の関数のオプションである.
詳細
- ConfidenceRangeは同時信頼区間と同時信頼帯に関連する特性の値に影響する.
- ConfidenceRangeの可能な設定
-
All 打切りなしのデータ範囲を使う Full データの範囲全体を使う {tmin,tmax} 信頼範囲を明示的に設定する - 値 tminと tmaxは tmin<tmaxとなる任意の実数値である.
- 推定点 ep の生存モデルについては,Fullという設定値は{Min[ep],Max[ep]}と設定することと等価である.
- Allという設定値は設定{Min[nc],Max[nc]}と等価である.ただし,nc は打切りなしのデータ値と区間打切りデータの値の端点である.
例題
すべて開く すべて閉じる例 (1)
SurvivalModelで同時信頼帯が推定される範囲を設定する:
𝒮 = SurvivalModelFit[EventData[Automatic, {{{2081, Infinity}, {1602, Infinity}, {1496, Infinity}, {1462, Infinity},
{1433, Infinity}, {1377, Infinity}, {1330, Infinity}, {996, Infinity}, {226, Infinity},
{1199, Infinity}, {1111, Infinity}, {530, Infinity}, {1182, Infinity}, {1167, Infinity}, 418,
383, 276, 104, 609, 172, 487, 662, 194, 230, 526, 122, 129, 74, 122, 86, 466, 192, 109, 55, 1,
107, 110, 332}, None, None}]];;生存関数についての200から400までの95%信頼エンベロープ:
Plot[{𝒮[x], 𝒮["EqualPrecisionBands", ConfidenceRange -> {200, 400}][x]}, {x, 100, 500}, PlotStyle -> {Blue, Red}, PlotRange -> {0, 1}, Frame -> True, Axes -> None]スコープ (2)
𝒮 = SurvivalModelFit[EventData[Automatic, {{{2081, Infinity}, {1602, Infinity}, {1496, Infinity}, {1462, Infinity},
{1433, Infinity}, {1377, Infinity}, {1330, Infinity}, {996, Infinity}, {226, Infinity},
{1199, Infinity}, {1111, Infinity}, {530, Infinity}, {1182, Infinity}, {1167, Infinity}, 418,
383, 276, 104, 609, 172, 487, 662, 194, 230, 526, 122, 129, 74, 122, 86, 466, 192, 109, 55, 1,
107, 110, 332}, None, None}]];Comap[{Min, Max}, 𝒮["EstimationPoints"]]Plot[{𝒮[x], 𝒮["EqualPrecisionBands", ConfidenceRange -> Full][x]}, {x, -250, 2250}, PlotStyle -> {Blue, Red}, PlotRange -> {0, 1}, Frame -> True, Axes -> None]data = EventData[Automatic, {{{2081, Infinity}, {1602, Infinity}, {1496, Infinity}, {1462, Infinity},
{1433, Infinity}, {1377, Infinity}, {1330, Infinity}, {996, Infinity}, {226, Infinity},
{1199, Infinity}, {1111, Infinity}, {530, Infinity}, {1182, Infinity}, {1167, Infinity}, 418,
383, 276, 104, 609, 172, 487, 662, 194, 230, 526, 122, 129, 74, 122, 86, 466, 192, 109, 55, 1,
107, 110, 332}, None, None}];𝒮 = SurvivalModelFit[data];Comap[{Min, Max}, Pick[data["InputData"], data["CensoringIndicators"], 0]]生存関数についての打切りなしのデータ範囲での95%信頼エンベロープ:
Plot[{𝒮[x], 𝒮["EqualPrecisionBands", ConfidenceRange -> All][x]}, {x, -100, 750}, PlotStyle -> {Blue, Red}, PlotRange -> {0, 1}, Frame -> True, Axes -> None]テキスト
Wolfram Research (2012), ConfidenceRange, Wolfram言語関数, https://reference.wolfram.com/language/ref/ConfidenceRange.html.
CMS
Wolfram Language. 2012. "ConfidenceRange." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ConfidenceRange.html.
APA
Wolfram Language. (2012). ConfidenceRange. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ConfidenceRange.html
BibTeX
@misc{reference.wolfram_2026_confidencerange, author="Wolfram Research", title="{ConfidenceRange}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/ConfidenceRange.html}", note=[Accessed: 07-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_confidencerange, organization={Wolfram Research}, title={ConfidenceRange}, year={2012}, url={https://reference.wolfram.com/language/ref/ConfidenceRange.html}, note=[Accessed: 07-September-2026]}