Hi all,
I am using Directional Sampling in OpenTURNS.
In the documentation, it is specified that it is not possible to get the
mean point in event domain and the importance factors through the class
SimulationResults (as for Monte Carlo). Why?

By looking at the DirectionalSampling.cxx file, I can see that the
computation of the mean point in event domain is commented out:

      // meanPointInEventDomain = meanPointInEventDomain +
computeMeanContribution(roots) * direction;
      ++contributionNumber;
    } // if contribution
  }
  // meanPointInEventDomain = meanPointInEventDomain * (1.0 /
contributionNumber);

Why? Is there a way to calculate them?

Thank you,
Anita
_______________________________________________
OpenTURNS users mailing list
[email protected]
http://openturns.org/mailman/listinfo/users

Reply via email to