LognormalDistribution.cs

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.
* Extended RoundedDouble with '*' operator. * Fixed bug in unit test due to improper TestCaseAttribute. * IDistribution.StandardDeviation is now RoundedDouble. Related to Issue [WTI-388]

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

Former-commit-id: e344148bb68292ee95a3fb36dbed65377aee0c6e

Former-commit-id: b7786022de235725c43e1dc148d07a8a0bc48c6d

  1. … 16 more files in changeset.
* Moved RoundedDoubleConverter from Core.Common.Gui/Converters to Core.Common.Base/TypeConverters. * RoundedDouble has TypeConverter defined to prevent having to declare all properties in property-window with RoundedDoubleConverter. * Extended RoundedDouble with '-' operator. * Changes IDistribution.Mean from double to RoundedDouble. Related to Issue [WTI-388]

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

Former-commit-id: d60284fb16873fb41af391f13b7f212ba33eca1a

Former-commit-id: 4530c8e39bd952e5a7db8c0ab814d2b1ad9633a1

  1. … 37 more files in changeset.
* IDistribution.StandardDeviation is allowed to be 0 Related to Issue [WTI-388]

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

Former-commit-id: aecbe2e45f986bd492c7ab3bc0e99815fdeace6e

Former-commit-id: 82fbb1fa426bde0ad1ed2ef51f92199c0bb65d78

  1. … 7 more files in changeset.
Removed redundant white spaces from source header file

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

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

  1. … 376 more files in changeset.
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 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.
typo fix Review by bouvrie Related to Issue [WTI-32]

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

Former-commit-id: 22a2225b2dde19bb49aa27d047eb569e1757cc9a

  1. … 3 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.
Implemented review suggestions from WTI-Review-64: * Moved text to resources. * Refactored to reuse some textual resources. Related to Issue [WTI-32]

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

Former-commit-id: 586c23fd57df70e1bbe7ba456e5b1f188222c181

  1. … 9 more files in changeset.
* Improved uniformity of Resources names. Related to Issue [WTI-21]

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

Former-commit-id: 80532ed455dc36f25809616c52b2561851db75d1

  1. … 21 more files in changeset.
* Introduced NormalDistribution and LognormalDistribution. ** Applied probabilistic distributions to PipingData properties, and rewired usage to the means. Related to Issue [WTI-32]

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

Former-commit-id: 0479c8f4b978fde4748589a4001a3a257ccd973e

    • -0
    • +48
    ./LognormalDistribution.cs
  1. … 15 more files in changeset.