ShiftedLognormalDistributionDesignVariableTest.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

    • -133
    • +0
    ./ShiftedLognormalDistributionDesignVariableTest.cs
  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
    • +22
    ./ShiftedLognormalDistributionDesignVariableTest.cs
  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

    • -14
    • +20
    ./ShiftedLognormalDistributionDesignVariableTest.cs
  1. … 13 more files in changeset.
* ShiftedLognormalDistribution.Shift is now RoundedDouble Related to Issue [WTI-388]

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

Former-commit-id: 2a7e843383ef114f9ced20f816da7b9a35ecd361

Former-commit-id: 51eccf400735e458ff244f5926b280655ae2b0af

    • -2
    • +2
    ./ShiftedLognormalDistributionDesignVariableTest.cs
  1. … 3 more files in changeset.
* Fixed failing tests due to incorrect tolerances in the double comparison. * Removed RoundDoubleToDecimalPlacesConverter. Related to Issue [WTI-388]

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

Former-commit-id: 1215044a3bb488ac6f88ae895073690dfca7f620

Former-commit-id: 4f0d54e8468a5394a3af75335c18b473fe270d85

    • -1
    • +1
    ./ShiftedLognormalDistributionDesignVariableTest.cs
  1. … 6 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

    • -2
    • +2
    ./ShiftedLognormalDistributionDesignVariableTest.cs
  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

    • -5
    • +7
    ./ShiftedLognormalDistributionDesignVariableTest.cs
  1. … 37 more files in changeset.
* Implemented 'design value' calculation for ShiftedLognormalDistribution instances. ** Note that this isn't available in the UI anywhere as the only property needing this type of distribution is a soil layer property, which haven't been made available as random variables yet. * Improved test coverage for calculation of 'design values' Related to Issue [WTI-33]

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

Former-commit-id: e916b95f4408cf693c599e121b39c3e6e550cfba

    • -0
    • +104
    ./ShiftedLognormalDistributionDesignVariableTest.cs
  1. … 11 more files in changeset.