Pelsser.SquaredGaussianModel.SetZeroRateReference C# (CSharp) Method

SetZeroRateReference() public method

Associate the process to a zero rate defined in the Fairmat model (e.g. @zr1).
public SetZeroRateReference ( string zr ) : void
zr string /// The zero rate reference. ///
return void
        public void SetZeroRateReference(string zr)
        {
            this.zr = new ModelParameter(zr, zrDescription);
        }