{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _survival / LogRankResult

class

scipy.stats._survival:LogRankResult

source: /scipy/stats/_survival.py :471

Signature

class   LogRankResult ( statistic : np.ndarray pvalue : np.ndarray )  →  None

Members

Summary

Result object returned by scipy.stats.logrank.

Attributes

statistic : float ndarray

The computed statistic (defined below). Its magnitude is the square root of the magnitude returned by most other logrank test implementations.

pvalue : float ndarray

The computed p-value of the test.

Aliases

  • scipy.stats._survival.LogRankResult