KaplanMeierECDFSetFrequency Method |
Sets the frequency for each entry in t.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetFrequency(
int[] freq
)
Public Overridable Sub SetFrequency (
freq As Integer()
)
public:
virtual void SetFrequency(
array<int>^ freq
)
abstract SetFrequency :
freq : int[] -> unit
override SetFrequency :
freq : int[] -> unit
Parameters
- freq
- Type: SystemInt32
An int array containing the repeat count
for each entry in t.
Default: A frequency of 1 is used for each entry in t
.
See Also