ProportionalHazardsGetMeans Method |
Returns the means of the design variables.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetMeans()
Public Overridable Function GetMeans As Double()
public:
virtual array<double>^ GetMeans()
abstract GetMeans : unit -> float[]
override GetMeans : unit -> float[]
Return Value
Type:
Double A
double array containing the means of the design variables.
Exceptions See Also