Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typo in license header files. Related to Issue [WTI-214]

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

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

  1. … 357 more files in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

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

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

  1. … 406 more files in changeset.
* Fixed ArgumentOutOfRange exception bug when calculating design value for log-normal distributions with a very small variance. Related to Issue [WTI-32]

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

Former-commit-id: 163841faf447218ab5ffbf2d70360376ea69d470

  1. … 3 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

  1. … 12 more files in changeset.