Esempio n. 1
0
 public KlugeExtOUProcess(double rho, ExtOUWithJumpsProcess kluge, ExtendedOrnsteinUhlenbeckProcess extOU) : this(NQuantLibcPINVOKE.new_KlugeExtOUProcess(rho, ExtOUWithJumpsProcess.getCPtr(kluge), ExtendedOrnsteinUhlenbeckProcess.getCPtr(extOU)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ExtOUWithJumpsProcess(ExtendedOrnsteinUhlenbeckProcess process, double Y0, double beta, double jumpIntensity, double eta) : this(NQuantLibcPINVOKE.new_ExtOUWithJumpsProcess(ExtendedOrnsteinUhlenbeckProcess.getCPtr(process), Y0, beta, jumpIntensity, eta), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }