|
1 | | -/* |
2 | | -* NOTICE: |
3 | | -* The U.S. Army Corps of Engineers, Risk Management Center (USACE-RMC) makes no guarantees about |
4 | | -* the results, or appropriateness of outputs, obtained from Numerics. |
5 | | -* |
6 | | -* LIST OF CONDITIONS: |
7 | | -* Redistribution and use in source and binary forms, with or without modification, are permitted |
8 | | -* provided that the following conditions are met: |
9 | | -* ● Redistributions of source code must retain the above notice, this list of conditions, and the |
10 | | -* following disclaimer. |
11 | | -* ● Redistributions in binary form must reproduce the above notice, this list of conditions, and |
12 | | -* the following disclaimer in the documentation and/or other materials provided with the distribution. |
13 | | -* ● The names of the U.S. Government, the U.S. Army Corps of Engineers, the Institute for Water |
14 | | -* Resources, or the Risk Management Center may not be used to endorse or promote products derived |
15 | | -* from this software without specific prior written permission. Nor may the names of its contributors |
16 | | -* be used to endorse or promote products derived from this software without specific prior |
17 | | -* written permission. |
18 | | -* |
19 | | -* DISCLAIMER: |
20 | | -* THIS SOFTWARE IS PROVIDED BY THE U.S. ARMY CORPS OF ENGINEERS RISK MANAGEMENT CENTER |
21 | | -* (USACE-RMC) "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
22 | | -* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
23 | | -* DISCLAIMED. IN NO EVENT SHALL USACE-RMC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
24 | | -* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
25 | | -* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
26 | | -* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
27 | | -* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
28 | | -* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
29 | | -*/ |
30 | | - |
31 | | -using Numerics.Distributions; |
| 1 | +using Numerics.Distributions; |
32 | 2 | using System; |
33 | 3 | using System.Collections.Generic; |
34 | 4 |
|
|
0 commit comments