Censoring
范例
打开所有单元 关闭所有单元基本范例 (2)
SurvivalDistribution 使用右删截数据:
data = Censoring[{5, 10, 15, 20}, {0, 0, 1, 0}]Plot[SurvivalFunction[SurvivalDistribution[data], x], {x, 0, 25}, Exclusions -> None]Censoring[{5, 10, 15, 20, 25}, {0, 1, -1, 0, 1}]范围 (6)
Censoring[5, 1]或者,使用 Right:
Censoring[5, Right]Censoring[5, -1]或者,使用 Left:
Censoring[5, Left]Censoring[5, 0]用户也可以使用 None 指定不使用删截:
Censoring[5, None]Censoring[{10, 15, 20, 25}, 1]Censoring[{10, 15, 20, 25}, {0, 1, -1, 0}]Table[Censoring[{10, 15}, i], {i, {Left, None, Right}}]文本
Wolfram Research (2010),Censoring,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Censoring.html.
CMS
Wolfram 语言. 2010. "Censoring." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/Censoring.html.
APA
Wolfram 语言. (2010). Censoring. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/Censoring.html 年
BibTeX
@misc{reference.wolfram_2026_censoring, author="Wolfram Research", title="{Censoring}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/Censoring.html}", note=[Accessed: 11-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_censoring, organization={Wolfram Research}, title={Censoring}, year={2010}, url={https://reference.wolfram.com/language/ref/Censoring.html}, note=[Accessed: 11-August-2026]}