Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Performed Resharper cleanup

Related to Issue [WTI-1008]

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

Former-commit-id: 23d17fd6b5257a25b167839d9106eea6fa7be554

Former-commit-id: 4a817a07bc646924777514e78010c89bc0fdf9b5

  1. … 114 more files in changeset.
Fixing Resharper code issues. Related to Issue [WTI-1008]

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

Former-commit-id: ed7bdaf426b549dfa60896ccf59854697ad97eff

Former-commit-id: fa5e42a5f1f12ee8bcf3aefb993b7da5b4e4e3f7

  1. … 28 more files in changeset.
Deterministic value is now a constructor parameter instead of a property on DeterministicDesignVariable. Added AreEqual to DistributionAssert for also testing shifts of LogNormalDistribution. Added test for DeterministicDesignVariable. Improved docs and fixed inconsistencies with conventions. Related to Issue [WTI-1004]

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

Former-commit-id: 75f914b2467b36ceab14de4ad8531f65cdd855b2

Former-commit-id: 58f7e88ce5ebda059995ab97b2437c5e32414281

  1. … 26 more files in changeset.
Introduced DeterministicDesignVariable which projects a distribution to a constant value. Used DeterministicDesignVariable for ThicknessCoverageLayer and SaturatedVolumicWeightCoverageLayer in the scenario where there is no thickness coverage layer. Extracted DesignVariable base class from the (renamed from DesignVariable) PercentileBasedDesignVariable. Related to Issue [WTI-1004]

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

Former-commit-id: c98bb5957069b26721eedb5824711f01e7846497

Former-commit-id: 6a99e8e358bfb235e30b1fa63bca74878c3d4028

    • -0
    • +47
    ./DeterministicDesignVariable.cs
    • -2
    • +2
    ./LogNormalDistributionDesignVariable.cs
    • -0
    • +85
    ./PercentileBasedDesignVariable.cs
  1. … 7 more files in changeset.
Introduced TruncatedNormalDistribution. Related to Issue [WTI-1007]

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

Former-commit-id: 5af5addd1bde8eee55061ae3667b3c117e24ab75

Former-commit-id: c6c2d44e75b6473dc799733daa1f0454c8958431

    • -0
    • +79
    ./TruncatedNormalDistribution.cs
  1. … 3 more files in changeset.
(Editorial) Applied comments review 1178 - Removed redundant references in XML docs (e.g. System.X when System was already referenced) - Standardized XML docs regarding exceptions: Thrown is prefixed for the cause of the exception (e.g. <exception cref="X">Thrown when Lorus Ipsum</exception>)

Related to Issue [WTI-931]

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

Former-commit-id: c9a908b16e966485b3c2f38d472d9628b6f581ff

Former-commit-id: 71660f2e2159bfbb2e958ce8211bb236f66286e4

    • -1
    • +1
    ./VariationCoefficientLogNormalDistribution.cs
    • -1
    • +1
    ./VariationCoefficientNormalDistribution.cs
  1. … 28 more files in changeset.
Ensure the technical reference guide can be build via Doxygen Related to Issue [WTI-931]

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

Former-commit-id: a0a385c25fa4abc7082b69ad1a56c6afbbb51b50

Former-commit-id: c4bffa03b65993b5fe35820abbbe3029586d025b

  1. … 28 more files in changeset.
* Improved Xml docs. * Removed unused resources. * Introduced PropertiesTestHelper. * Improved test coverage. * Renamed *DistributionVariationProperties to VariationCoefficient*DistributionProperties. * Improved value conversion in StructureImporters (read value is more explicit). * Added missing license headers. * Improved error message for IDistribution.StandardDeviation (is now consistent with actual check). * Renamed some test data files to be consistent with our naming conventions. Related to Issue [WTI-631]

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

Former-commit-id: d8ad6a2d231966045269b63805204d4600ebebad

Former-commit-id: 08cdd918da2a2cacb6afd897f4c1a21292ddac5a

    • -1
    • +2
    ./IVariationCoefficientDistribution.cs
    • -7
    • +4
    ./VariationCoefficientLogNormalDistribution.cs
    • -2
    • +2
    ./VariationCoefficientNormalDistribution.cs
  1. … 79 more files in changeset.
* Refactored away use of IDistributionExtensions, replaced with VariationCoefficient(Log)NormalDistribution instances. * Removed IDistributionVariationCoefficient Related to Issue [WTI-631]

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

Former-commit-id: 1067b99beaf6a392cfe149177e3109bfff43392a

Former-commit-id: e799e2bf05612cf447fccca5805df46e170839d7

    • -37
    • +0
    ./IDistributionVariationCoefficient.cs
  1. … 10 more files in changeset.
* Introduced IVariationCoefficientDistribution and two implementations: Normal and LogNormal Related to Issue [WTI-631]

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

Former-commit-id: 0849203d4765a1dd22c683e0d388dfe27b24e12d

Former-commit-id: 323b7a60136a7c4a4ee5deafa535bf5771fd8b33

    • -0
    • +47
    ./IVariationCoefficientDistribution.cs
    • -0
    • +98
    ./VariationCoefficientLogNormalDistribution.cs
    • -0
    • +82
    ./VariationCoefficientNormalDistribution.cs
  1. … 6 more files in changeset.
* Cleanup Ringtoets.Common src projects Related to Issue [WTI-737]

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

Former-commit-id: c5e042d5999a72ff390b3e82b884e15e74df673e

Former-commit-id: 612c363b766137a7b06902116c0b52c35be1ec61

  1. … 20 more files in changeset.
Fixing code issues. Related to Issue [WTI-737]

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

Former-commit-id: eda341f18b4256e6ec2b5a35abeb824cc3ad066a

Former-commit-id: 4fd7ec51856c1c1ea4c8417287d6a67a6dfd9983

  1. … 53 more files in changeset.
Removing obsolete code. Related to Issue [WTI-737]

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

Former-commit-id: 403a27792b79297f4e53030ad897aebce380129c

Former-commit-id: de6622b07b30c36a620b83f1e8efff118dfb0790

  1. … 111 more files in changeset.
- review comments about inconsistency Related to Issue [WTI-688]

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

Former-commit-id: 78c22442dcb19c4ab1561aab81467c60e423cdbf

Former-commit-id: 02f624fe5636c46a0824929fff006b2a55d42e82

  1. … 4 more files in changeset.
- review comments Related to Issue [WTI-688]

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

Former-commit-id: b0b46b28b4d6ccb68b80150769185b602f6e6b47

Former-commit-id: c0204818d61b8de87a5571e107397320aa5c4911

  1. … 2 more files in changeset.
Merged LogNormalDistribution and ShiftedLogNormalDistribution. This allows for a validity check when setting the Mean, using the existing Shift. Related to Issue [WTI-688]

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

Former-commit-id: 91fb2a031f236796d9c4c4ce1091ba200f78ddbe

Former-commit-id: 9a874ea93020f9606e83d1edcc35ea2679873381

    • -3
    • +3
    ./LogNormalDistributionDesignVariable.cs
    • -55
    • +0
    ./ShiftedLogNormalDistributionDesignVariable.cs
  1. … 20 more files in changeset.
Validity check on ShiftedLogNormalDistribution Shift. Shift taken into account upon calculating the design value. Removed rounding of intermediate calculation results. Updated expected values of dependend unit tests. Related to Issue [WTI-688]

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

Former-commit-id: d28a1687318dc0da1ed4ff02fa36419ad06d02bf

Former-commit-id: e32ef5ad54a648113c4d441193d7d82c5197d227

    • -6
    • +5
    ./LogNormalDistributionDesignVariable.cs
    • -1
    • +6
    ./ShiftedLogNormalDistributionDesignVariable.cs
  1. … 12 more files in changeset.
Review related changes Related to Issue [WTI-640]

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

Former-commit-id: e7f43578ed62f1087d01a7b40fc5ad18b7f203ea

Former-commit-id: 45f8bc12c691218d0e56fa1bb03228e953d097f3

  1. … 14 more files in changeset.
Improved rounding/validation for LogNormalDistribution and NormalDistribution Related to Issue [WTI-640]

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

Former-commit-id: 06205d81fce40e272e720e7bd9e3f7420abf10b0

Former-commit-id: f60ffb8e522b1746b4dac46412d40b3713c19603

  1. … 6 more files in changeset.
- Final review changes Related to Issue [WTI-535]

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

Former-commit-id: d0a39b0ed3f7f5e154b3dc53d56371ef2717d675

Former-commit-id: 6c2e72e0f58a3c72064383c34c2d8911e87fbe89

    • -0
    • +71
    ./IDistributionExtensions.cs
    • -39
    • +5
    ./IDistributionVariationCoefficient.cs
  1. … 13 more files in changeset.
- Various review changes Related to Issue [WTI-535]

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

Former-commit-id: 158d5ed59499f74d7e3834d74a99d147002822ed

Former-commit-id: 7c9856db3003a9a8623c9823f0951b78bf8d8ec9

    • -3
    • +4
    ./IDistributionVariationCoefficient.cs
  1. … 17 more files in changeset.
- Minor cleanup Related to Issue [WTI-535]

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

Former-commit-id: ad6c99e9b7067d460d22526f1e6b58244be5ae39

Former-commit-id: 12923e6312f4dc16f15291e32fe7ff0ac446f2f0

- Added feature to get and set the variation coefficient in the propertyclasses Related to Issue [WTI-535]

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

Former-commit-id: 65ffd3ba1c5bf482fb1638063c4f8cd66cde17cb

Former-commit-id: 1435a5e851d99ab3a006a274b4cb72fceb31a591

    • -0
    • +70
    ./IDistributionVariationCoefficient.cs
  1. … 19 more files in changeset.
- Added feature to get and set the variation coefficient in *LogNormalDistribution* Related to Issue [WTI-535]

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

Former-commit-id: 36621481a3d19ca68e845e27a3bb6b0545799ca1

Former-commit-id: 200fa6a34ea43285654e8b7b248d318985ce482a

  1. … 3 more files in changeset.
Fixes for WTI-Review-532: * Brough Resources naming in line with renaming of Lognormal to LogNormal. Related to Issue [WTI-532]

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

Former-commit-id: cc5187484f49ab57b8022215f1e657e268d14e61

Former-commit-id: dcad58bbd08108a4771cee2c504d37d6803a9076

  1. … 11 more files in changeset.
- Review comments processed. - Fixed uppercasing in *Lognormal* Related to Issue [WTI-535]

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

Former-commit-id: 5da6ea660b262d59fd1e365158a7a6b5533108e7

Former-commit-id: 9ee91c9ddf8c2c9f2e54cbd36069a88226413860

    • -0
    • +93
    ./LogNormalDistribution.cs
    • -0
    • +67
    ./LogNormalDistributionDesignVariable.cs
    • -67
    • +0
    ./LognormalDistributionDesignVariable.cs
    • -0
    • +62
    ./ShiftedLogNormalDistribution.cs
    • -0
    • +50
    ./ShiftedLogNormalDistributionDesignVariable.cs
    • -50
    • +0
    ./ShiftedLognormalDistributionDesignVariable.cs
  1. … 46 more files in changeset.
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

    • -0
    • +109
    ./DesignVariable.cs
    • -0
    • +93
    ./LognormalDistribution.cs
    • -0
    • +67
    ./LognormalDistributionDesignVariable.cs
    • -0
    • +78
    ./NormalDistribution.cs
    • -0
    • +35
    ./NormalDistributionDesignVariable.cs
    • -0
    • +62
    ./ShiftedLognormalDistribution.cs
    • -0
    • +50
    ./ShiftedLognormalDistributionDesignVariable.cs
  1. … 58 more files in changeset.