Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved probabilistics to Ringtoets.Common.Data Related to Issue [WTI-463]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2968 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f3b1b95d9f964503f0d59fa9117e9d82f0499d16

Former-commit-id: e2313fbb4e55eb4ab14dec825e0a981eaccedd3d

  1. … 65 more files in changeset.
Implemented extra data in calculation view. Related to Issue [WTI-421]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2905 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3f7cefd562015e2467a9960298988c8dd2aeaebf

Former-commit-id: 51ce7c694b2c1d1d922095a2204c4d9827c039e1

  1. … 33 more files in changeset.
* RoundDouble '+' operator implemented. * DesignVariable now returns RoundDouble instead of Double, due to calculations being based on RoundedDouble instances. Related to Issue [WTI-388]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2525 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ebb991100c2ad61931a80671532939993d1adf44

Former-commit-id: d3d42cf7f98460e2e03c3cf78edce1c08c8bd4fe

  1. … 13 more files in changeset.
* Fixed incorrect determination of design values. * Removed InverseCDF from IDistribution * Added Mean and StandardDeviation to IDistribution. Changed their conceptual meaning from random variable parameters to user expected value and square-root of variance. ** Had to update initial values for lognormal as mu=0 and sigma=1 results in different mean and standard deviation value. Related to Issue [WTI-33]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@729 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9b1f1ed63c9b9725bec92da034b7846df73b45dc

  1. … 24 more files in changeset.
* Implemented review suggestions from WTI-Review-70: ** Refactored DesignVariable to have a constructor that takes a Distribution and Distribution property throws an exception when set to null. * Moved strings to resources. Related to Issue [WTI-33]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@689 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 173e734e13eb580474cbc26b7c28263dc382fca6

  1. … 14 more files in changeset.
* Defined IDistribution interface that provides a method to evaluate the inverse CDF of that probabilistic distribution. ** All three Distribution classes now implement IDistribution. * Introduced DesignVariable class, to provide the calculation input values based on the distribution and a Percentile. Related to Issue [WTI-33]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@623 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9de92ada13b09a8d41f0f946aeffe970c4a86bcd

    • -0
    • +103
    ./DesignVariableTest.cs
  1. … 12 more files in changeset.