:py:mod:`rhino_health.lib.metrics.kaplan_meier` =============================================== .. py:module:: rhino_health.lib.metrics.kaplan_meier Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: rhino_health.lib.metrics.kaplan_meier.KaplanMeier .. py:class:: KaplanMeier(**kwargs) Bases: :py:obj:`rhino_health.lib.metrics.base_metric.AggregatableMetric` A metric that calculates the Kaplan-Meier survival curve for a dataset. .. !! processed by numpydoc !! .. py:property:: metric_response .. py:attribute:: time_variable :type: rhino_health.lib.metrics.filter_variable.FilterVariableTypeOrColumnName .. py:attribute:: event_variable :type: rhino_health.lib.metrics.filter_variable.FilterVariableTypeOrColumnName