Click or drag to resize
ProportionalHazards Methods

The ProportionalHazards type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCaseStatistics
Returns the case statistics for each observation.
Public methodGetClassValueCounts
Returns the number of values taken by each classification variable.
Public methodGetClassValues
Returns the class values taken by each classification variable.
Public methodGetGradient
Returns the inverse of the Hessian times the gradient vector, computed at the initial estimates.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHessian
Returns the inverse of the Hessian of the negative of the log-likelihood, computed at the initial estimates.
Public methodGetInitialEstimates
Gets the initial parameter estimates.
Public methodGetLastUpdates
Gets the last parameter updates.
Public methodGetMeans
Returns the means of the design variables.
Public methodGetParameterStatistics
Returns the parameter estimates and associated statistics.
Public methodGetStratumNumbers
Returns the stratum number used for each observation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVarianceCovarianceMatrix
Returns the estimated asymptotic variance-covariance matrix of the parameters.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetClassVarColumns
Sets the column indices of x that are the classification variables.
Public methodSetInitialEstimates
Sets the initial parameter estimates.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also