4.3.7 imbalanced-learn

===================== Package: imbalanced-learn ==========================

Name: imbalanced-learn

Source code URL: https://github.com/scikit-learn-contrib/imbalanced-learn

License: MIT License

===================== Dependencies ==========================

joblib (BSD 3-Clause "New" or "Revised" License) [https://github.com/joblib/joblib]

numpy (BSD License) [https://github.com/numpy/numpy]

scikit-learn (BSD 3-Clause "New" or "Revised" License) [https://github.com/scikit-learn/scikit-learn]

scipy (BSD-3-Clause license) [https://github.com/scipy/scipy]

threadpoolctl (BSD 3-Clause "New" or "Revised" License) [https://github.com/joblib/threadpoolctl]

ARPACK, bundled dependency of scipy, (3-clause BSD) [scipy/sparse/linalg/eigen/arpack/ARPACK/*]

Biasedurn, bundled dependency of scipy, (3-Clause BSD) [scipy/stats/biasedurn/*]

Boost, bundled dependency of scipy, (Boost Software License - Version 1.0) [scipy/_lib/boost/*]

Cephes, bundled dependency of scipy, (3-clause BSD) [scipy/special/cephes/*]

Decorator, bundled dependency of scipy, (2-clause BSD) [scipy/_lib/decorator.py]

Faddeeva, bundled dependency of scipy, (MIT) [scipy/special/Faddeeva.*]

HiGHS, bundled dependency of scipy, (MIT) [scipy/optimize/_highs/*]

ID, bundled dependency of scipy, (3-clause BSD) [scipy/linalg/src/id_dist/*]

Julia, bundled dependency of numpy, (MIT) [/numpy/blob/numpy/random/src/distributions/*]

L-BFGS-B, bundled dependency of scipy, (BSD license) [scipy/optimize/lbfgsb/*]

LAPJVsp, bundled dependency of scipy, (3-clause BSD) [scipy/sparse/csgraph/_matching.pyx]

MT19937, bundled dependency of numpy, (MIT) [/numpy/blob/numpy/random/src/mt19937/*]

PCG64, bundled dependency of numpy, (MIT) [/numpy/blob/numpy/random/src/pcg64/*]

PHILOX, bundled dependency of numpy, (BSD 3-Clause) [/numpy/blob/numpy/random/src/philox/*]

Qhull, bundled dependency of scipy, (Qhull license (BSD-like)) [scipy/spatial/qhull/*]

Random, bundled dependency of numpy, (dual-licensed under the The University of Illinois/NCSA Open Source License (NCSA) and The 3-Clause BSD License) [/numpy/blob/numpy/random/*]

SFC64, bundled dependency of numpy, (MIT) [/numpy/blob/numpy/random/src/sfc64/*]

SPLITMIX64, bundled dependency of numpy, (BSD 3-Clause) [/numpy/blob/numpy/random/src/splitmix64/*]

SuperLU, bundled dependency of scipy, (3-clause BSD) [scipy/sparse/linalg/dsolve/SuperLU/*]

UNU.RAN, bundled dependency of scipy, (3-Clause BSD) [scipy/_lib/unuran/*]

ampgo, bundled dependency of scipy, (MIT) [benchmarks/benchmarks/go_benchmark_functions/*.py]

dragon4, bundled dependency of numpy, (MIT) [numpy/core/src/multiarray/dragon4.c]

lapack-lite, bundled dependency of numpy, (BSD-3-Clause) [numpy/linalg/lapack_lite/*]

libdivide, bundled dependency of numpy, (Zlib) [numpy/core/include/numpy/libdivide/*]

nympy.core.ma, bundled dependency of numpy, (BSD 3-Clause) [/numpy/blob/numpy/ma/*]

pypocketfft, bundled dependency of scipy, (3-Clause BSD) [scipy/fft/_pocketfft/[pocketfft.h, pypocketfft.cxx]]

qd, bundled dependency of scipy, (modified BSD license ("BSD-LBNL-License.doc")) [scipy/special/cephes/dd_*.[ch]]

scipy-mathjax, bundled dependency of scipy, (Apache-2.0 license) [scipy/scipy-mathjax]

svml, bundled dependency of numpy, (BSD 3-Clause "New" or "Revised" License) [numpy/core/src/umath/svml]

tempita, bundled dependency of numpy, (MIT) [tools/npy_tempita/*]

uarray, bundled dependency of scipy, (3-Clause BSD) [scipy/_lib/uarray/*]

LAPACK, bundled dependency of numpy, (3-clause BSD) [.libs/libopenb*.so]

OpenBLAS, bundled dependency of numpy, (3-clause BSD) [.libs/libopenb*.so]

===================== Licenses ==========================

----------- imbalanced-learn (MIT License) [https://github.com/scikit-learn-contrib/imbalanced-learn] -----------

Copyright notice(s):

Copyright (C) 2008 Stefan van der Walt <stefan@mentat.za.net>, Pauli Virtanen <pav@iki.fi>

Copyright (c) 2014-2020 The imbalanced-learn developers.

Copyright 2014 Steven Loria

The MIT License (MIT)

Copyright (c) 2014-2020 The imbalanced-learn developers.

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy

of this software and associated documentation files (the "Software"), to deal

in the Software without restriction, including without limitation the rights

to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

copies of the Software, and to permit persons to whom the Software is

furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all

copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

SOFTWARE.

----------- joblib (BSD 3-Clause "New" or "Revised" License) [https://github.com/joblib/joblib] -----------

Copyright notice(s):

Copyright (c) 2008-2021, The joblib developers.

All rights reserved.

License fulltext:

BSD 3-Clause License

Copyright (c) 2008-2021, The joblib developers.

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this

list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,

this list of conditions and the following disclaimer in the documentation

and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its

contributors may be used to endorse or promote products derived from

this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"

AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE

FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,

OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----------- numpy (BSD License) [https://github.com/numpy/numpy] -----------

Copyright notice(s):

Copyright (c) 1992-2013 The University of Tennessee and The University

of Tennessee Research Foundation. All rights

reserved.

Copyright (c) 2000-2013 The University of California Berkeley. All

rights reserved.

Copyright (c) 2006-2013 The University of Colorado Denver. All rights

reserved.

Copyright (c) 2019 Kevin Sheppard. All rights reserved.

Copyright (c) 2003-2005, Jean-Sebastien Roy (js@jeannot.org)

Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, All rights reserved.

Copyright (c) 2005-2017, NumPy Developers. All rights reserved.

Copyright 2010-2012, D. E. Shaw Research.

All rights reserved.

Copyright (c) 2008 Ian Bicking and Contributors

Copyright (c) 2018 Melissa E. O'Neill

Copyright (c) 2006, University of Georgia and Pierre G.F. Gerard-Marchant

Copyright (C) 2010 The Android Open Source Project

License fulltext:

Copyright (c) 2005-2022, NumPy Developers.

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

* Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above

copyright notice, this list of conditions and the following

disclaimer in the documentation and/or other materials provided

with the distribution.

* Neither the name of the NumPy Developers nor the names of any

contributors may be used to endorse or promote products derived

from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----

This binary distribution of NumPy also bundles the following software:

Name: OpenBLAS

Files: .libs/libopenb*.so

Description: bundled as a dynamically linked library

Availability: https://github.com/xianyi/OpenBLAS/

License: 3-clause BSD

Copyright (c) 2011-2014, The OpenBLAS Project

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

1. Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer in

the documentation and/or other materials provided with the

distribution.

3. Neither the name of the OpenBLAS project nor the names of

its contributors may be used to endorse or promote products

derived from this software without specific prior written

permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"

AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE

LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,

OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE

USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Name: LAPACK

Files: .libs/libopenb*.so

Description: bundled in OpenBLAS

Availability: https://github.com/xianyi/OpenBLAS/

License 3-clause BSD

Copyright (c) 1992-2013 The University of Tennessee and The University

of Tennessee Research Foundation. All rights

reserved.

Copyright (c) 2000-2013 The University of California Berkeley. All

rights reserved.

Copyright (c) 2006-2013 The University of Colorado Denver. All rights

reserved.

$COPYRIGHT$

Additional copyrights may follow

$HEADER$

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

- Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer listed

in this license in the documentation and/or other materials

provided with the distribution.

- Neither the name of the copyright holders nor the names of its

contributors may be used to endorse or promote products derived from

this software without specific prior written permission.

The copyright holders provide no reassurances that the source code

provided does not infringe any patent, copyright, or any other

intellectual property rights of third parties. The copyright holders

disclaim any liability to any recipient for claims brought against

recipient by any third party for infringement of that parties

intellectual property rights.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----------- Bundled licenses in numpy (BSD License) [https://github.com/numpy/numpy] -----------

The NumPy repository and source distributions bundle several libraries that are

compatibly licensed. We list these here.

-------------------------------------------------------------------------------

Name: lapack-lite

License: BSD-3-Clause

Copyright (c) 1992-2013 The University of Tennessee and The University

of Tennessee Research Foundation. All rights

reserved.

Copyright (c) 2000-2013 The University of California Berkeley. All

rights reserved.

Copyright (c) 2006-2013 The University of Colorado Denver. All rights

reserved.

$COPYRIGHT$

Additional copyrights may follow

$HEADER$

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

- Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer listed

in this license in the documentation and/or other materials

provided with the distribution.

- Neither the name of the copyright holders nor the names of its

contributors may be used to endorse or promote products derived from

this software without specific prior written permission.

The copyright holders provide no reassurances that the source code

provided does not infringe any patent, copyright, or any other

intellectual property rights of third parties. The copyright holders

disclaim any liability to any recipient for claims brought against

recipient by any third party for infringement of that parties

intellectual property rights.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: tempita

License: MIT

Copyright (c) 2008 Ian Bicking and Contributors

Permission is hereby granted, free of charge, to any person obtaining

a copy of this software and associated documentation files (the

"Software"), to deal in the Software without restriction, including

without limitation the rights to use, copy, modify, merge, publish,

distribute, sublicense, and/or sell copies of the Software, and to

permit persons to whom the Software is furnished to do so, subject to

the following conditions:

The above copyright notice and this permission notice shall be

included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,

EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND

NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE

LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION

OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION

WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------------------

Name: dragon4

License: MIT

Copyright (c) 2014 Ryan Juckett

Permission is hereby granted, free of charge, to any person obtaining a copy

of this software and associated documentation files (the "Software"), to

deal in the Software without restriction, including without limitation the

rights to use, copy, modify, merge, publish, distribute, sublicense, and/or

sell copies of the Software, and to permit persons to whom the Software is

furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in

all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS

IN THE SOFTWARE.

-------------------------------------------------------------------------------

Name: libdivide

License: Zlib

zlib License

------------

Copyright (C) 2010 - 2019 ridiculous_fish, <libdivide@ridiculousfish.com>

Copyright (C) 2016 - 2019 Kim Walisch, <kim.walisch@gmail.com>

This software is provided 'as-is', without any express or implied

warranty. In no event will the authors be held liable for any damages

arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,

including commercial applications, and to alter it and redistribute it

freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not

claim that you wrote the original software. If you use this software

in a product, an acknowledgment in the product documentation would be

appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be

misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.

-------------------------------------------------------------------------------

The NumPy repository and source distributions bundle several libraries that are

compatibly licensed. We list these here.

-------------------------------------------------------------------------------

Name: SPLITMIX64

License: BSD 3-Clause

Written in 2015 by Sebastiano Vigna (vigna@acm.org)

To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.

See http://creativecommons.org/publicdomain/zero/1.0/.

-------------------------------------------------------------------------------------------------------------------------------------

Name: SFC64

License: MIT

© 2005–2019 NumPy Developers, Licensed under the 3-clause BSD License.

The MIT License

Adapted from a C++ implementation of Chris Doty-Humphrey's SFC PRNG.

https://gist.github.com/imneme/f1f7821f07cf76504a97f6537c818083

Copyright (c) 2018 Melissa E. O'Neill

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------------------

Name: PHILOX

License: BSD 3-Clause

Copyright 2010-2012, D. E. Shaw Research. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.

- Neither the name of D. E. Shaw Research nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: PCG64

License: MIT

The MIT License

PCG Random Number Generation for C.

Copyright 2014 Melissa O'Neill oneill@pcg-random.org

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------------------

Name: MT19937

License: MIT

Copyright (c) 2003-2005, Jean-Sebastien Roy (js@jeannot.org)

The rk_random and rk_seed functions algorithms and the original design of the Mersenne Twister RNG:

Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

- The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Original algorithm for the implementation of rk_interval function from Richard J. Wagner's implementation of the Mersenne Twister RNG, optimised by Magnus Jonsson.

Constants used in the rk_double implementation by Isaku Wada.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------------------

Name: Julia

License: MIT

The ziggurat methods were derived from Julia.

Copyright (c) 2009-2019: Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors:

https://github.com/JuliaLang/julia/contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------------------

Name: Random

License: dual-licensed under the The University of Illinois/NCSA Open Source License (NCSA) and The 3-Clause BSD License

NCSA Open Source License

Copyright (c) 2019 Kevin Sheppard. All rights reserved.

Developed by: Kevin Sheppard (kevin.sheppard@economics.ox.ac.uk, kevin.k.sheppard@gmail.com) http://www.kevinsheppard.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimers in the documentation and/or other materials provided with the distribution.

Neither the names of Kevin Sheppard, nor the names of any contributors may be used to endorse or promote products derived from this Software without specific prior written permission.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.

3-Clause BSD License

Copyright (c) 2019 Kevin Sheppard. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

- Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Components

Many parts of this module have been derived from original sources, often the algorithm's designer. Component licenses are located with the component code.

-------------------------------------------------------------------------------

Name: nympy.core.ma

License: BSD 3-Clause

Copyright (c) 2006, University of Georgia and Pierre G.F. Gerard-Marchant

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer in the

documentation and/or other materials provided with the distribution.

* Neither the name of the University of Georgia nor the

names of its contributors may be used to endorse or promote products

derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY

EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY

DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES

(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS

SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: svml

BSD 3-Clause "New" or "Revised" License

Copyright (c) 2005-2021, NumPy Developers.

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

* Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above

copyright notice, this list of conditions and the following

disclaimer in the documentation and/or other materials provided

with the distribution.

* Neither the name of the NumPy Developers nor the names of any

contributors may be used to endorse or promote products derived

from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----------- scikit-learn (BSD 3-Clause "New" or "Revised" License) [https://github.com/scikit-learn/scikit-learn] -----------

Copyright notice(s):

Copyright (c) 2007-2021 The scikit-learn developers.

Copyright (c) 2007-2014 The LIBLINEAR Project.

# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,

# 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation;

# All Rights Reserved

Copyright (c) 2011 David Warde-Farley <wardefar at iro dot umontreal dot ca>

Copyright (C) 2007-2009 Cournapeau David <cournape@gmail.com>

Copyright (c) 2000-2009 Chih-Chung Chang and Chih-Jen Lin

All rights reserved.

# Copyright (c) 2011, 2012

# Authors: Pietro Berkes,

# Andreas Muller

Copyright (c) 2011 Olivier Grisel <olivier.grisel@ensta.org>

Copyright (c) 2007 David Cournapeau <cournape@gmail.com>

Copyright (c) 2003-2016 Paul T. McGuire

License fulltext:

BSD 3-Clause License

Copyright (c) 2007-2024 The scikit-learn developers.

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this

list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,

this list of conditions and the following disclaimer in the documentation

and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its

contributors may be used to endorse or promote products derived from

this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"

AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE

FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,

OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----------- scipy (BSD-3-Clause license) [https://github.com/scipy/scipy] -----------

Copyright notice(s):

Copyright (c) 2001-2002 Enthought, Inc. 2003-2022, SciPy Developers.

All rights reserved.

Jamfile.v2:# Copyright Daryle Walker, Hubert Holin, John Maddock 2006 - 2007

acosh_data.ipp:// Copyright John Maddock 2008.

acosh_test.hpp:// (C) Copyright Hubert Holin 2003.

almost_equal.ipp:// Copyright (c) 2006 Johan Rade

asinh_data.ipp:// Copyright John Maddock 2008.

asinh_test.hpp:// (C) Copyright Hubert Holin 2003.

assoc_legendre_p.ipp:// (C) Copyright John Maddock 2006-7.

atanh_data.ipp:// Copyright John Maddock 2008.

atanh_test.hpp:// (C) Copyright Hubert Holin 2003.

bessel_i_data.ipp:// Copyright (c) 2007 John Maddock

bessel_i_int_data.ipp:// Copyright (c) 2007 John Maddock

bessel_j_data.ipp:// Copyright (c) 2007 John Maddock

bessel_j_int_data.ipp:// Copyright (c) 2007 John Maddock

bessel_j_large_data.ipp:// Copyright (c) 2007 John Maddock

bessel_k_data.ipp:// Copyright (c) 2007 John Maddock

bessel_k_int_data.ipp:// Copyright (c) 2007 John Maddock

bessel_y01_data.ipp:// Copyright (c) 2007 John Maddock

bessel_yn_data.ipp:// Copyright (c) 2007 John Maddock

bessel_yv_data.ipp:// Copyright (c) 2007 John Maddock

beta_exp_data.ipp:// (C) Copyright John Maddock 2006.

beta_med_data.ipp:// (C) Copyright John Maddock 2006.

beta_small_data.ipp:// (C) Copyright John Maddock 2006.

binomial_data.ipp:// (C) Copyright John Maddock 2006-7.

binomial_large_data.ipp:// (C) Copyright John Maddock 2006-7.

binomial_quantile.ipp:// (C) Copyright John Maddock 2006-7.

cbrt_data.ipp:// (C) Copyright John Maddock 2006-7.

common_factor_test.cpp:// (C) Copyright Daryle Walker 2001, 2006.

compile_test/tools_rational_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_real_cast_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_remez_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_chi_squared_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_complement_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_sign_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_digamma_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_trunc_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/constants_incl_test.cpp:// Copyright John Maddock 2012.

compile_test/sf_sinc_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_binomial_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_binomial_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_test_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_normal_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_sinhc_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_ellint_rc_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_sin_pi_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_sph_harm_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_poisson_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/test_traits.cpp:// Copyright John Maddock 2007.

compile_test/dist_gamma_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_cos_pi_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_logistic_incl_test.cpp:// Copyright John Maddock 2008.

compile_test/sf_fpclassify_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/compl_atanh_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_precision_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_hankel_incl_test.cpp:// Copyright John Maddock 2012.

compile_test/sf_cbrt_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_nc_beta_incl_test.cpp:// Copyright John Maddock 2008.

compile_test/sf_legendre_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_stats_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_polynomial_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_config_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_exponential_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_students_t_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_inv_gamma_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/compl_acosh_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_beta_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_fisher_f_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_triangular_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/instantiate.hpp:// Copyright John Maddock 2006.

compile_test/instantiate.hpp:// Copyright Paul A. Bristow 2007, 2010.

compile_test/tools_solve_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_next_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/generate.sh:// Copyright John Maddock 2006.

compile_test/generate.sh:// Copyright John Maddock 2006.

compile_test/generate.sh:// Copyright John Maddock 2006.

compile_test/distribution_concept_check.cpp:// Copyright John Maddock 2006.

compile_test/sf_laguerre_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/tr1_incl_test.cpp:// Copyright John Maddock 2008.

compile_test/sf_ellint_rj_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_nc_chi_squ_incl_test.cpp:// Copyright John Maddock 2008.

compile_test/dist_skew_norm_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_modf_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_find_location_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/compl_acos_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_ellint_rd_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_roots_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_test_data_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/compl_abs_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_nc_t_incl_test.cpp:// Copyright John Maddock 2008.

compile_test/sf_factorials_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_gamma_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/compl_atan_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_powm1_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_hypot_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_pareto_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_round_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_weibull_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/std_real_concept_check.cpp:// Copyright John Maddock 2006.

compile_test/dist_hypergeo_incl_test.cpp:// Copyright John Maddock 2008.

compile_test/dist_inv_chi_sq_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_sqrt1pm1_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_log1p_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_jacobi_incl_test.cpp:// Copyright John Maddock 2012.

compile_test/dist_neg_binom_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_nc_f_incl_test.cpp:// Copyright John Maddock 2008.

compile_test/dist_find_scale_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_bessel_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_minima_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/compl_asin_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_extreme_val_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_lanczos_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_uniform_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/test_compile_result.hpp:// Copyright John Maddock 2007.

compile_test/tools_series_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_ellint_3_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_ellint_rf_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_ellint_2_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_hermite_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/poison.hpp:// Copyright John Maddock 2013.

compile_test/sf_zeta_incl_test.cpp:// Copyright John Maddock 2007.

compile_test/dist_laplace_incl_test.cpp:// Copyright John Maddock 2008.

compile_test/sf_expint_incl_test.cpp:// Copyright John Maddock 2007.

compile_test/sf_expm1_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_bernoulli_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/compl_asinh_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_beta_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/tools_fraction_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_owens_t_incl_test.cpp:// Copyright John Maddock 2012.

compile_test/tools_toms748_inc_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_ellint_1_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_erf_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/main.cpp:// Copyright John Maddock 2009.

compile_test/sf_math_fwd_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/sf_airy_incl_test.cpp:// Copyright John Maddock 2012.

compile_test/dist_lognormal_incl_test.cpp:// Copyright John Maddock 2006.

compile_test/dist_cauchy_incl_test.cpp:// Copyright John Maddock 2006.

complex_test.cpp:// (C) Copyright John Maddock 2005.

digamma_data.ipp:// (C) Copyright John Maddock 2006-7.

digamma_neg_data.ipp:// (C) Copyright John Maddock 2006-7.

digamma_root_data.ipp:// (C) Copyright John Maddock 2006-7.

digamma_small_data.ipp:// (C) Copyright John Maddock 2006-7.

e_float_concept_check.cpp:// Copyright John Maddock 2011.

ellint_e2_data.ipp:// Copyright (c) 2006 John Maddock

ellint_e_data.ipp:// Copyright (c) 2006 John Maddock

ellint_f_data.ipp:// Copyright (c) 2006 John Maddock

ellint_k_data.ipp:// (C) Copyright John Maddock 2006-7.

ellint_pi2_data.ipp:// Copyright (c) 2006 John Maddock

ellint_pi3_data.ipp:// Copyright (c) 2006 John Maddock

ellint_pi3_large_data.ipp:// Copyright (c) 2006 John Maddock

ellint_rc_data.ipp:// Copyright (c) 2006 John Maddock

ellint_rd_data.ipp:// Copyright (c) 2006 John Maddock

ellint_rf_data.ipp:// Copyright (c) 2006 John Maddock

ellint_rj_data.ipp:// Copyright (c) 2006 John Maddock

erf_data.ipp:// (C) Copyright John Maddock 2006-7.

erf_inv_data.ipp:// (C) Copyright John Maddock 2006-7.

erf_large_data.ipp:// (C) Copyright John Maddock 2006-7.

erf_small_data.ipp:// (C) Copyright John Maddock 2006.

erfc_inv_big_data.ipp:// (C) Copyright John Maddock 2006-7.

erfc_inv_data.ipp:// (C) Copyright John Maddock 2006-7.

expint_1_data.ipp:// Copyright John Maddock 2008.

expint_data.ipp:// Copyright John Maddock 2008.

expint_small_data.ipp:// Copyright John Maddock 2008.

expinti_data.ipp:// Copyright John Maddock 2008.

expinti_data_double.ipp:// Copyright John Maddock 2008.

expinti_data_long.ipp:// Copyright John Maddock 2008.

functor.hpp:// (C) Copyright John Maddock 2007.

gamma_inv_big_data.ipp:// (C) Copyright John Maddock 2006-7.

gamma_inv_data.ipp:// (C) Copyright John Maddock 2006-7.

gamma_inv_small_data.ipp:// (C) Copyright John Maddock 2006-7.

handle_test_result.hpp:// (C) Copyright John Maddock 2006-7.

hermite.ipp:// (C) Copyright John Maddock 2006-7.

hypergeometric_dist_data2.ipp:// Copyright John Maddock 2008

hypergeometric_test_data.ipp:// Copyright Gautam Sewani 2008

hypot_test.cpp:// (C) Copyright John Maddock 2005.

ibeta_data.ipp:// (C) Copyright John Maddock 2006.

ibeta_int_data.ipp:// (C) Copyright John Maddock 2006-7.

ibeta_inv_data.ipp:// (C) Copyright John Maddock 2006-7.

ibeta_inva_data.ipp:// (C) Copyright John Maddock 2006-7.

ibeta_large_data.ipp:// (C) Copyright John Maddock 2006.

ibeta_small_data.ipp:// (C) Copyright John Maddock 2006.

igamma_big_data.ipp:// (C) Copyright John Maddock 2006.

igamma_int_data.ipp:// (C) Copyright John Maddock 2006-7.

igamma_inva_data.ipp:// (C) Copyright John Maddock 2006-7.

igamma_med_data.ipp:// (C) Copyright John Maddock 2006.

igamma_small_data.ipp:// (C) Copyright John Maddock 2006.

jacobi_elliptic.ipp:// Copyright John Maddock 2012.

jacobi_elliptic_small.ipp:// Copyright John Maddock 2012.

jacobi_large_phi.ipp:// Copyright John Maddock 2012.

jacobi_near_1.ipp:// Copyright John Maddock 2012.

laguerre2.ipp:// (C) Copyright John Maddock 2006-7.

laguerre3.ipp:// (C) Copyright John Maddock 2006-7.

legendre_p.ipp:// (C) Copyright John Maddock 2006-7.

legendre_p_large.ipp:// (C) Copyright John Maddock 2006-7.

log1p_expm1_data.ipp:// (C) Copyright John Maddock 2006-7.

log1p_expm1_test.cpp:// Copyright John Maddock 2005.

log1p_expm1_test.cpp:// Copyright Paul A. Bristow 2010

log1p_expm1_test.hpp:// Copyright John Maddock 2005.

log1p_expm1_test.hpp:// Copyright Paul A. Bristow 2010

mpfr_concept_check.cpp:// Copyright John Maddock 2007-8.

mpreal_concept_check.cpp:// Copyright John Maddock 2007-8.

multiprc_concept_check_1.cpp:// Copyright John Maddock 2013.

multiprc_concept_check_2.cpp:// Copyright John Maddock 2013.

multiprc_concept_check_3.cpp:// Copyright John Maddock 2013.

multiprc_concept_check_4.cpp:// Copyright John Maddock 2013.

ncbeta.ipp:// Copyright John Maddock 2008.

ncbeta_big.ipp:// Copyright John Maddock 2008.

nccs.ipp:// Copyright John Maddock 2008.

nccs_big.ipp:// Copyright John Maddock 2008.

nct.ipp:// Copyright John Maddock 2008.

nct_asym.ipp:// Copyright John Maddock 2012.

nct_small_delta.ipp:// Copyright John Maddock 2012.

negative_binomial_quantile.ipp:// (C) Copyright John Maddock 2006-7.

ntl_concept_check.cpp:// Copyright John Maddock 2007-8.

ntl_concept_check.cpp:// Copyright Paul A. Bristow 2009, 2011

owens_t.ipp:// Copyright John Maddock 2012.

owens_t_T7.hpp:// Copyright (C) Benjamin Sobotta 2012

owens_t_large_data.ipp:// Copyright John Maddock 2012.

pch.hpp:// Copyright John Maddock 2008.

pch_light.hpp:// Copyright John Maddock 2008.

poisson_quantile.ipp:// (C) Copyright John Maddock 2006-7.

pow_test.cpp:// (C) Copyright Bruno Lalande 2008.

powm1_sqrtp1m1_test.cpp:// (C) Copyright John Maddock 2006.

powm1_sqrtp1m1_test.hpp:// Copyright John Maddock 2006.

s_.ipp:// Copyright (c) 2006 Johan Rade

s_.ipp:// Copyright (c) 2012 Paul A. Bristow

sinc_test.hpp:// (C) Copyright Hubert Holin 2003.

sinhc_test.hpp:// (C) Copyright Hubert Holin 2003.

special_functions_test.cpp:// (C) Copyright Hubert Holin 2003.

special_functions_test.cpp: BOOST_TEST_MESSAGE("(C) Copyright Hubert Holin 2003-2005.");

sph_bessel_data.ipp:// Copyright (c) 2007 John Maddock

sph_neumann_data.ipp:// Copyright (c) 2007 John Maddock

spherical_harmonic.ipp:// (C) Copyright John Maddock 2006-7.

std_real_concept_check.cpp:// Copyright John Maddock 2006.

table_type.hpp:// Copyright John Maddock 2012.

test_airy.cpp:// Copyright John Maddock 2012

test_archive.cpp:// Copyright (c) 2006 Johan Rade

test_archive.cpp:// Copyright (c) 2011 Paul A. Bristow - filename changes for boost-trunk.

test_basic_nonfinite.cpp:// Copyright (c) 2006 Johan Rade

test_basic_nonfinite.cpp:// Copyright (c) 2011 Paul A. Bristow comments

test_basic_nonfinite.cpp:// Copyright (c) 2011 John Maddock

test_bernoulli.cpp:// Copyright John Maddock 2006.

test_bernoulli.cpp:// Copyright Paul A. Bristow 2007, 2012.

test_bessel_airy_zeros.cpp:// Copyright John Maddock 2013

test_bessel_airy_zeros.cpp:// Copyright Christopher Kormanyos 2013.

test_bessel_airy_zeros.cpp:// Copyright Paul A. Bristow 2013.

test_bessel_hooks.hpp:// (C) Copyright John Maddock 2007.

test_bessel_i.cpp:// (C) Copyright John Maddock 2007.

test_bessel_i.hpp:// (C) Copyright John Maddock 2007.

test_bessel_j.cpp:// (C) Copyright John Maddock 2007.

test_bessel_j.hpp:// (C) Copyright John Maddock 2007.

test_bessel_k.cpp:// Copyright John Maddock 2006, 2007

test_bessel_k.cpp:// Copyright Paul A. Bristow 2007

test_bessel_k.hpp:// (C) Copyright John Maddock 2007.

test_bessel_y.cpp:// (C) Copyright John Maddock 2007.

test_bessel_y.hpp:// (C) Copyright John Maddock 2007.

test_beta.cpp:// Copyright John Maddock 2006.

test_beta.cpp:// Copyright Paul A. Bristow 2007, 2009

test_beta.hpp:// Copyright John Maddock 2006.

test_beta.hpp:// Copyright Paul A. Bristow 2007, 2009

test_beta_dist.cpp:// Copyright John Maddock 2006.

test_beta_dist.cpp:// Copyright Paul A. Bristow 2007, 2009, 2010, 2012.

test_beta_hooks.hpp:// (C) Copyright John Maddock 2006.

test_binomial.cpp:// Copyright John Maddock 2006.

test_binomial.cpp:// Copyright Paul A. Bristow 2007.

test_binomial_coeff.cpp:// (C) Copyright John Maddock 2006.

test_binomial_coeff.hpp:// Copyright John Maddock 2006.

test_binomial_coeff.hpp:// Copyright Paul A. Bristow 2007, 2009

test_carlson.cpp:// Copyright 2006 John Maddock

test_carlson.cpp:// Copyright Paul A. Bristow 2007.

test_carlson.hpp:// Copyright John Maddock 2006.

test_carlson.hpp:// Copyright Paul A. Bristow 2007, 2009

test_cauchy.cpp:// Copyright John Maddock 2006, 2007.

test_cauchy.cpp:// Copyright Paul A. Bristow 2007

test_cbrt.cpp:// Copyright John Maddock 2006.

test_cbrt.cpp:// Copyright Paul A. Bristow 2010

test_cbrt.hpp:// Copyright John Maddock 2006.

test_cbrt.hpp:// Copyright Paul A. Bristow 2007, 2009

test_chi_squared.cpp:// Copyright Paul A. Bristow 2006.

test_chi_squared.cpp:// Copyright John Maddock 2007.

test_classify.cpp:// Copyright John Maddock 2006.

test_classify.cpp:// Copyright Paul A. Bristow 2007

test_common_factor_gmpxx.cpp:// (C) Copyright John Maddock 2010.

test_constant_generate.cpp:// Copyright John Maddock 2010.

test_constants.cpp:// Copyright Paul Bristow 2007, 2011.

test_constants.cpp:// Copyright John Maddock 2006, 2011.

test_digamma.cpp:// (C) Copyright John Maddock 2006.

test_digamma.hpp:// Copyright John Maddock 2006.

test_digamma.hpp:// Copyright Paul A. Bristow 2007, 2009

test_dist_overloads.cpp:// Copyright John Maddock 2006.

test_dist_overloads.cpp:// Copyright Paul A. Bristow 2007.

test_ellint_1.cpp:// Copyright Xiaogang Zhang 2006

test_ellint_1.cpp:// Copyright John Maddock 2006, 2007

test_ellint_1.cpp:// Copyright Paul A. Bristow 2007

test_ellint_1.hpp:// Copyright John Maddock 2006.

test_ellint_1.hpp:// Copyright Paul A. Bristow 2007, 2009

test_ellint_2.cpp:// Copyright Xiaogang Zhang 2006

test_ellint_2.cpp:// Copyright John Maddock 2006, 2007

test_ellint_2.cpp:// Copyright Paul A. Bristow 2007

test_ellint_2.hpp:// Copyright John Maddock 2006.

test_ellint_2.hpp:// Copyright Paul A. Bristow 2007, 2009

test_ellint_3.cpp:// Copyright Xiaogang Zhang 2006

test_ellint_3.cpp:// Copyright John Maddock 2006, 2007

test_ellint_3.cpp:// Copyright Paul A. Bristow 2007

test_ellint_3.hpp:// Copyright John Maddock 2006.

test_ellint_3.hpp:// Copyright Paul A. Bristow 2007, 2009

test_erf.cpp:// Copyright John Maddock 2006.

test_erf.cpp:// Copyright Paul A. Bristow 2007

test_erf.hpp:// Copyright John Maddock 2006.

test_erf.hpp:// Copyright Paul A. Bristow 2007, 2009

test_erf_hooks.hpp:// (C) Copyright John Maddock 2006.

test_error_handling.cpp:// Copyright Paul A. Bristow 2006-7.

test_error_handling.cpp:// Copyright John Maddock 2006-7.

test_expint.cpp:// (C) Copyright John Maddock 2007.

test_expint.hpp:// Copyright John Maddock 2006.

test_expint.hpp:// Copyright Paul A. Bristow 2007, 2009

test_expint_hooks.hpp:// (C) Copyright John Maddock 2006.

test_exponential_dist.cpp:// Copyright John Maddock 2006.

test_exponential_dist.cpp:// Copyright Paul A. Bristow 2007.

test_extreme_value.cpp:// Copyright John Maddock 2006.

test_factorials.cpp:// Copyright John Maddock 2006.

test_find_location.cpp:// Copyright John Maddock 2007.

test_find_location.cpp:// Copyright Paul A. Bristow 2007.

test_find_scale.cpp:// Copyright John Maddock 2007.

test_find_scale.cpp:// Copyright Paul A. Bristow 2007.

test_fisher_f.cpp:// Copyright Paul A. Bristow 2006.

test_fisher_f.cpp:// Copyright John Maddock 2007.

test_fisher_f.cpp: // Distcalc version 1.2 Copyright 2002 H Lohninger, TU Wein

test_gamma.cpp:// (C) Copyright John Maddock 2006.

test_gamma.hpp:// Copyright John Maddock 2006.

test_gamma.hpp:// Copyright Paul A. Bristow 2007, 2009

test_gamma_data.ipp:// (C) Copyright John Maddock 2006.

test_gamma_dist.cpp:// Copyright John Maddock 2006.

test_gamma_dist.cpp:// Copyright Paul A. Bristow 2007, 2010.

test_gamma_hooks.hpp:// (C) Copyright John Maddock 2006.

test_geometric.cpp:// Copyright Paul A. Bristow 2010.

test_geometric.cpp:// Copyright John Maddock 2010.

test_hankel.cpp:// Copyright John Maddock 2012

test_hermite.cpp:// Copyright John Maddock 2006, 2007

test_hermite.cpp:// Copyright Paul A. Bristow 2007

test_hermite.hpp:// Copyright John Maddock 2006.

test_hermite.hpp:// Copyright Paul A. Bristow 2007, 2009

test_hypergeometric_dist.cpp:// Copyright John Maddock 2008

test_hypergeometric_dist.cpp:// Copyright Paul A. Bristow

test_hypergeometric_dist.cpp:// Copyright Gautam Sewani

test_ibeta.cpp:// (C) Copyright John Maddock 2006.

test_ibeta.hpp:// Copyright John Maddock 2006.

test_ibeta.hpp:// Copyright Paul A. Bristow 2007, 2009

test_ibeta_inv.cpp:// (C) Copyright John Maddock 2006.

test_ibeta_inv.hpp:// Copyright John Maddock 2006.

test_ibeta_inv.hpp:// Copyright Paul A. Bristow 2007, 2009

test_ibeta_inv_ab.cpp:// (C) Copyright John Maddock 2006.

test_ibeta_inv_ab.hpp:// Copyright John Maddock 2006.

test_ibeta_inv_ab.hpp:// Copyright Paul A. Bristow 2007, 2009

test_igamma.cpp:// (C) Copyright John Maddock 2006.

test_igamma.hpp:// Copyright John Maddock 2006.

test_igamma.hpp:// Copyright Paul A. Bristow 2007, 2009

test_igamma_inv.cpp:// (C) Copyright John Maddock 2006.

test_igamma_inv.hpp:// Copyright John Maddock 2006.

test_igamma_inv.hpp:// Copyright Paul A. Bristow 2007, 2009

test_igamma_inva.cpp:// (C) Copyright John Maddock 2006.

test_igamma_inva.hpp:// Copyright John Maddock 2006.

test_igamma_inva.hpp:// Copyright Paul A. Bristow 2007, 2009

test_instances/double_test_instances_4.cpp:// Copyright John Maddock 2011.

test_instances/ldouble_test_instances_4.cpp:// Copyright John Maddock 2011.

test_instances/float_test_instances_8.cpp:// Copyright John Maddock 2011.

test_instances/double_test_instances_9.cpp:// Copyright John Maddock 2011.

test_instances/Jamfile.v2:# Copyright ohn Maddock 2012

test_instances/real_concept_test_instances_5.cpp:// Copyright John Maddock 2011.

test_instances/ldouble_test_instances_6.cpp:// Copyright John Maddock 2011.

test_instances/real_concept_test_instances_4.cpp:// Copyright John Maddock 2011.

test_instances/double_test_instances_7.cpp:// Copyright John Maddock 2011.

test_instances/real_concept_test_instances_2.cpp:// Copyright John Maddock 2011.

test_instances/double_test_instances_5.cpp:// Copyright John Maddock 2011.

test_instances/ldouble_test_instances_9.cpp:// Copyright John Maddock 2011.

test_instances/real_concept_test_instances_1.cpp:// Copyright John Maddock 2011.

test_instances/float_test_instances_6.cpp:// Copyright John Maddock 2011.

test_instances/real_concept_test_instances_6.cpp:// Copyright John Maddock 2011.

test_instances/ldouble_test_instances_7.cpp:// Copyright John Maddock 2011.

test_instances/real_concept_test_instances_7.cpp:// Copyright John Maddock 2011.

test_instances/float_test_instances_3.cpp:// Copyright John Maddock 2011.

test_instances/double_test_instances_6.cpp:// Copyright John Maddock 2011.

test_instances/real_concept_test_instances_9.cpp:// Copyright John Maddock 2011.

test_instances/double_test_instances_2.cpp:// Copyright John Maddock 2011.

test_instances/pch.hpp:// Copyright John Maddock 2012.

test_instances/ldouble_test_instances_2.cpp:// Copyright John Maddock 2011.

test_instances/long_double_test_instances_1.cpp:// Copyright John Maddock 2011.

test_instances/float_test_instances_7.cpp:// Copyright John Maddock 2011.

test_instances/test_instances.hpp:// Copyright John Maddock 2011.

test_instances/double_test_instances_10.cpp:// Copyright John Maddock 2011.

test_instances/double_test_instances_3.cpp:// Copyright John Maddock 2011.

test_instances/ldouble_test_instances_3.cpp:// Copyright John Maddock 2011.

test_instances/real_concept_test_instances_10.cpp:// Copyright John Maddock 2011.

test_instances/float_test_instances_5.cpp:// Copyright John Maddock 2011.

test_instances/real_concept_test_instances_8.cpp:// Copyright John Maddock 2011.

test_instances/ldouble_test_instances_8.cpp:// Copyright John Maddock 2011.

test_instances/double_test_instances_1.cpp:// Copyright John Maddock 2011.

test_instances/float_test_instances_10.cpp:// Copyright John Maddock 2011.

test_instances/ldouble_test_instances_10.cpp:// Copyright John Maddock 2011.

test_instances/float_test_instances_9.cpp:// Copyright John Maddock 2011.

test_instances/float_test_instances_4.cpp:// Copyright John Maddock 2011.

test_instances/real_concept_test_instances_3.cpp:// Copyright John Maddock 2011.

test_instances/float_test_instances_2.cpp:// Copyright John Maddock 2011.

test_instances/float_test_instances_1.cpp:// Copyright John Maddock 2011.

test_instances/double_test_instances_8.cpp:// Copyright John Maddock 2011.

test_instances/ldouble_test_instances_5.cpp:// Copyright John Maddock 2011.

test_instantiate1.cpp:// Copyright John Maddock 2006.

test_instantiate2.cpp:// Copyright John Maddock 2006.

test_inv_hyp.cpp:// (C) Copyright John Maddock 2006.

test_inverse_chi_squared.cpp:// Copyright Paul A. Bristow 2010.

test_inverse_chi_squared.cpp:// Copyright John Maddock 2010.

test_inverse_chi_squared_distribution.cpp:// Copyright Paul A. Bristow 2010.

test_inverse_chi_squared_distribution.cpp:// Copyright John Maddock 2010.

test_inverse_gamma_distribution.cpp:// Copyright Paul A. Bristow 2010.

test_inverse_gamma_distribution.cpp:// Copyright John Maddock 2010.

test_inverse_gaussian.cpp:// Copyright Paul A. Bristow 2010.

test_inverse_gaussian.cpp:// Copyright John Maddock 2010.

test_jacobi.cpp:// Copyright John Maddock 2012

test_jacobi.hpp:// Copyright John Maddock 2006.

test_jacobi.hpp:// Copyright Paul A. Bristow 2007, 2009

test_laguerre.cpp:// (C) Copyright John Maddock 2006.

test_laguerre.hpp:// Copyright John Maddock 2006.

test_laguerre.hpp:// Copyright Paul A. Bristow 2007, 2009

test_laplace.cpp:// Copyright Thijs van den Berg, 2008.

test_laplace.cpp:// Copyright John Maddock 2008.

test_laplace.cpp:// Copyright Paul A. Bristow 2008, 2009.

test_ldouble_simple.cpp:// Copyright John Maddock 2013.

test_legacy_nonfinite.cpp:// Copyright (c) 2006 Johan Rade

test_legacy_nonfinite.cpp:// Copyright (c) 2011 Paul A. Bristow comments

test_legendre.cpp:// (C) Copyright John Maddock 2006.

test_legendre.hpp:// Copyright John Maddock 2006.

test_legendre.hpp:// Copyright Paul A. Bristow 2007, 2009

test_legendre_hooks.hpp:// (C) Copyright John Maddock 2006.

test_lexical_cast.cpp:// Copyright (c) 2006 Johan Rade

test_lexical_cast.cpp:// Copyright (c) 2011 Paul A. Bristow incorporated Boost.Math

test_logistic_dist.cpp:// Copyright 2008 Gautam Sewani

test_lognormal.cpp:// Copyright John Maddock 2006.

test_lognormal.cpp:// Copyright Paul A. Bristow 2007

test_long_double_support.cpp:// Copyright John Maddock 2009

test_math_fwd.cpp:// Copyright John Maddock 2010.

test_math_fwd.cpp:// Copyright Paul A. Bristow 2010.

test_minima.cpp:// Copyright John Maddock 2006.

test_minima.cpp:// Copyright Paul A. Bristow 2007.

test_nc_beta.cpp:// Copyright John Maddock 2008.

test_nc_chi_squared.cpp:// Copyright John Maddock 2008.

test_nc_f.cpp:// Copyright John Maddock 2008.

test_nc_t.cpp:// Copyright John Maddock 2008, 2012.

test_nc_t.cpp:// Copyright Paul A. Bristow 2012.

test_ncbeta_hooks.hpp:// (C) Copyright John Maddock 2008.

test_nccs_hooks.hpp:// (C) Copyright John Maddock 2008.

test_negative_binomial.cpp:// Copyright Paul A. Bristow 2007.

test_negative_binomial.cpp:// Copyright John Maddock 2006.

test_next.cpp:// (C) Copyright John Maddock 2008.

test_nonfinite_io.cpp:// Copyright 2011 Paul A. Bristow

test_nonfinite_trap.cpp:// Copyright (c) 2006 Johan Rade

test_nonfinite_trap.cpp:// Copyright (c) 2011 Paul A. Bristow To incorporate into Boost.Math

test_normal.cpp:// Copyright Paul A. Bristow 2010.

test_normal.cpp:// Copyright John Maddock 2007.

test_out_of_range.hpp:// Copyright John Maddock 2012.

test_owens_t.cpp:// Copyright Paul A. Bristow 2012.

test_owens_t.cpp:// Copyright Benjamin Sobotta 2012.

test_pareto.cpp:// Copyright Paul A. Bristow 2007, 2009.

test_pareto.cpp:// Copyright John Maddock 2006.

test_poisson.cpp:// Copyright Paul A. Bristow 2007.

test_poisson.cpp:// Copyright John Maddock 2006.

test_policy.cpp:// Copyright John Maddock 2007.

test_policy_2.cpp:// Copyright John Maddock 2007.

test_policy_3.cpp:// Copyright John Maddock 2007.

test_policy_4.cpp:// Copyright John Maddock 2007.

test_policy_5.cpp:// Copyright John Maddock 2007.

test_policy_6.cpp:// Copyright John Maddock 2007.

test_policy_7.cpp:// Copyright John Maddock 2007.

test_policy_8.cpp:// Copyright John Maddock 2007.

test_policy_sf.cpp:// (C) Copyright John Maddock 2007.

test_print_info_on_type.cpp:// Copyright John Maddock 2010.

test_rational_instances/test_rational_ldouble2.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_float2.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_double2.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_double3.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_ldouble1.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_float4.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_double5.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_double4.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_real_concept1.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_real_concept3.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational.hpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_ldouble3.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_float3.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_real_concept5.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_ldouble5.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_ldouble4.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_double1.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_real_concept4.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_real_concept2.cpp:// (C) Copyright John Maddock 2006-7.

test_rational_instances/test_rational_float1.cpp:// (C) Copyright John Maddock 2006-7.

test_rationals.cpp:// (C) Copyright John Maddock 2006.

test_rayleigh.cpp:// Copyright John Maddock 2006.

test_real_concept.cpp:// Copyright John Maddock 2010

test_real_concept_neg_bin.cpp:// Copyright Paul A. Bristow 2010.

test_real_concept_neg_bin.cpp:// Copyright John Maddock 2010.

test_remez.cpp:// Copyright John Maddock 2006

test_remez.cpp:// Copyright Paul A. Bristow 2007

test_roots.cpp:// (C) Copyright John Maddock 2006.

test_round.cpp:// (C) Copyright John Maddock 2007.

test_sign.cpp:#define BOOST_TEST_MAIN// Copyright John Maddock 2008

test_sign.cpp:// (C) Copyright Paul A. Bristow 2011 (added tests for changesign)

test_signed_zero.cpp:// Copyright 2006 Johan Rade

test_signed_zero.cpp:// Copyright 2011 Paul A. Bristow To incorporate into Boost.Math

test_signed_zero.cpp:// Copyright 2012 Paul A. Bristow with new tests.

test_skew_normal.cpp:// Copyright Paul A. Bristow 2012.

test_skew_normal.cpp:// Copyright John Maddock 2012.

test_skew_normal.cpp:// Copyright Benjamin Sobotta 2012

test_spherical_harmonic.cpp:// (C) Copyright John Maddock 2006.

test_students_t.cpp:// Copyright Paul A. Bristow 2006.

test_students_t.cpp:// Copyright John Maddock 2006.

test_tgamma_ratio.cpp:// (C) Copyright John Maddock 2006.

test_tgamma_ratio.hpp:// Copyright John Maddock 2006.

test_tgamma_ratio.hpp:// Copyright Paul A. Bristow 2007, 2009

test_toms748_solve.cpp:// (C) Copyright John Maddock 2006.

test_tr1.c:/* (C) Copyright John Maddock 2008.

test_tr1.cpp:// (C) Copyright John Maddock 2008.

test_triangular.cpp:// Copyright Paul Bristow 2006, 2007.

test_triangular.cpp:// Copyright John Maddock 2006, 2007.

test_uniform.cpp:// Copyright Paul Bristow 2007.

test_uniform.cpp:// Copyright John Maddock 2006.

test_weibull.cpp:// Copyright John Maddock 2006, 2012.

test_weibull.cpp:// Copyright Paul A. Bristow 2007, 2012.

test_zeta.cpp:// (C) Copyright John Maddock 2006.

test_zeta.hpp:// Copyright John Maddock 2006.

test_zeta.hpp:// Copyright Paul A. Bristow 2007, 2009

test_zeta_hooks.hpp:// (C) Copyright John Maddock 2006.

tgamma_delta_ratio_data.ipp:// (C) Copyright John Maddock 2006-7.

tgamma_delta_ratio_int.ipp:// (C) Copyright John Maddock 2006-7.

tgamma_delta_ratio_int2.ipp:// (C) Copyright John Maddock 2006-7.

tgamma_ratio_data.ipp:// (C) Copyright John Maddock 2006-7.

zeta_1_below_data.ipp:// Copyright John Maddock 2008.

zeta_1_up_data.ipp:// Copyright John Maddock 2008.

zeta_data.ipp:// Copyright John Maddock 2008.

zeta_neg_data.ipp:// Copyright John Maddock 2008.

ztest_max_digits10.cpp: // Copyright 2010 Paul A. Bristow

zztest_max_digits10.cpp:// Copyright 2010 Paul A. Bristow

License fulltext:

Copyright (c) 2001-2002 Enthought, Inc. 2003-2022, SciPy Developers.

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions

are met:

1. Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above

copyright notice, this list of conditions and the following

disclaimer in the documentation and/or other materials provided

with the distribution.

3. Neither the name of the copyright holder nor the names of its

contributors may be used to endorse or promote products derived

from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----

This binary distribution of SciPy also bundles the following software:

Name: OpenBLAS

Files: .libs/libopenb*.so

Description: bundled as a dynamically linked library

Availability: https://github.com/xianyi/OpenBLAS/

License: 3-clause BSD

Copyright (c) 2011-2014, The OpenBLAS Project

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

1. Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer in

the documentation and/or other materials provided with the

distribution.

3. Neither the name of the OpenBLAS project nor the names of

its contributors may be used to endorse or promote products

derived from this software without specific prior written

permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"

AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE

LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,

OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE

USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Name: LAPACK

Files: .libs/libopenb*.so

Description: bundled in OpenBLAS

Availability: https://github.com/xianyi/OpenBLAS/

License 3-clause BSD

Copyright (c) 1992-2013 The University of Tennessee and The University

of Tennessee Research Foundation. All rights

reserved.

Copyright (c) 2000-2013 The University of California Berkeley. All

rights reserved.

Copyright (c) 2006-2013 The University of Colorado Denver. All rights

reserved.

$COPYRIGHT$

Additional copyrights may follow

$HEADER$

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

- Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer listed

in this license in the documentation and/or other materials

provided with the distribution.

- Neither the name of the copyright holders nor the names of its

contributors may be used to endorse or promote products derived from

this software without specific prior written permission.

The copyright holders provide no reassurances that the source code

provided does not infringe any patent, copyright, or any other

intellectual property rights of third parties. The copyright holders

disclaim any liability to any recipient for claims brought against

recipient by any third party for infringement of that parties

intellectual property rights.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----------- Bundled licenses in scipy (BSD-3-Clause license) [https://github.com/scipy/scipy] -----------

The SciPy repository and source distributions bundle a number of libraries that

are compatibly licensed. We list these here.

-------------------------------------------------------------------------------

Name: Decorator

License: 2-clause BSD

######################### LICENSE ############################

Copyright (c) 2005-2018, Michele Simionato

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

Redistributions in bytecode form must reproduce the above copyright

notice, this list of conditions and the following disclaimer in

the documentation and/or other materials provided with the

distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,

INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,

BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS

OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR

TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE

USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH

DAMAGE.

-------------------------------------------------------------------------------

Name: ID

License: 3-clause BSD

The present document and all of the software

in the accompanying distribution (which is contained in the directory

id_dist and its subdirectories, or in the file id_dist.tar.gz, is

Copyright (c) 2014 by P.-G. Martinsson, V. Rokhlin,

Y. Shkolnisky, and M. Tygert.

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

* Redistributions of source code must retain the above copyright

notice, this list of conditions, and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright

notice, this list of conditions, and the following disclaimer in the

documentation and/or other materials provided with the distribution.

* None of the names of the copyright holders may be used to endorse

or promote products derived from this software without specific prior

written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY

EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNERS BE

LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR

CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF

SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR

BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,

WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR

OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF

ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: L-BFGS-B

License: BSD license

Copyright (c) 2004 David M. Cooke <cookedm@physics.mcmaster.ca>

Permission is hereby granted, free of charge, to any person obtaining a copy of

this software and associated documentation files (the "Software"), to deal in

the Software without restriction, including without limitation the rights to

use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies

of the Software, and to permit persons to whom the Software is furnished to do

so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all

copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

SOFTWARE.

The version included here (in lbfgsb.f) is 3.0 (released April 25, 2011). It was

written by Ciyou Zhu, Richard Byrd, and Jorge Nocedal <nocedal@ece.nwu.edu>. It

carries the following condition for use:

"""

This software is freely available, but we expect that all publications

describing work using this software, or all commercial products using it,

quote at least one of the references given below. This software is released

under the BSD License.

References

* R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for Bound

Constrained Optimization, (1995), SIAM Journal on Scientific and

Statistical Computing, 16, 5, pp. 1190-1208.

* C. Zhu, R. H. Byrd and J. Nocedal. L-BFGS-B: Algorithm 778: L-BFGS-B,

FORTRAN routines for large scale bound constrained optimization (1997),

ACM Transactions on Mathematical Software, 23, 4, pp. 550 - 560.

* J.L. Morales and J. Nocedal. L-BFGS-B: Remark on Algorithm 778: L-BFGS-B,

FORTRAN routines for large scale bound constrained optimization (2011),

ACM Transactions on Mathematical Software, 38, 1.

"""

-------------------------------------------------------------------------------

Name: LAPJVsp

License: 3-clause BSD

Copyright 1987-, A. Volgenant/Amsterdam School of Economics,

University of Amsterdam

Distributed under 3-clause BSD license with permission from

University of Amsterdam.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,

this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,

this list of conditions and the following disclaimer in the documentation

and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors

may be used to endorse or promote products derived from this software

without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"

AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE

LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR

CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF

SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS

INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN

CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE

POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: SuperLU

License: 3-clause BSD

Copyright (c) 2003, The Regents of the University of California, through

Lawrence Berkeley National Laboratory (subject to receipt of any required

approvals from U.S. Dept. of Energy)

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are met:

(1) Redistributions of source code must retain the above copyright notice,

this list of conditions and the following disclaimer.

(2) Redistributions in binary form must reproduce the above copyright notice,

this list of conditions and the following disclaimer in the documentation

and/or other materials provided with the distribution.

(3) Neither the name of Lawrence Berkeley National Laboratory, U.S. Dept. of

Energy nor the names of its contributors may be used to endorse or promote

products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS

IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,

THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR

CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,

EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,

PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR

PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF

LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING

NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS

SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: ARPACK

License: 3-clause BSD

Pertains to ARPACK and P_ARPACK

Copyright (c) 1996-2008 Rice University.

Developed by D.C. Sorensen, R.B. Lehoucq, C. Yang, and K. Maschhoff.

All rights reserved.

Arpack has been renamed to arpack-ng.

Copyright (c) 2001-2011 - Scilab Enterprises

Updated by Allan Cornet, Sylvestre Ledru.

Copyright (c) 2010 - Jordi Gutiérrez Hermoso (Octave patch)

Copyright (c) 2007 - Sébastien Fabbro (gentoo patch)

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

- Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer listed

in this license in the documentation and/or other materials

provided with the distribution.

- Neither the name of the copyright holders nor the names of its

contributors may be used to endorse or promote products derived from

this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: Qhull

License: Qhull license (BSD-like)

Qhull, Copyright (c) 1993-2020

C.B. Barber

Arlington, MA

and

The National Science and Technology Research Center for

Computation and Visualization of Geometric Structures

(The Geometry Center)

University of Minnesota

email: qhull@qhull.org

This software includes Qhull from C.B. Barber and The Geometry Center.

Qhull is copyrighted as noted above. Qhull is free software and may

be obtained via http from www.qhull.org. It may be freely copied, modified,

and redistributed under the following conditions:

1. All copyright notices must remain intact in all files.

2. A copy of this text file must be distributed along with any copies

of Qhull that you redistribute; this includes copies that you have

modified, or copies of programs or other software products that

include Qhull.

3. If you modify Qhull, you must include a notice giving the

name of the person performing the modification, the date of

modification, and the reason for such modification.

4. When distributing modified versions of Qhull, or other software

products that include Qhull, you must provide notice that the original

source code may be obtained as noted above.

5. There is no warranty or other guarantee of fitness for Qhull, it is

provided solely "as is". Bug reports or fixes may be sent to

qhull_bug@qhull.org; the authors may or may not act on them as

they desire.

-------------------------------------------------------------------------------

Name: Cephes

License: 3-clause BSD

Distributed under 3-clause BSD license with permission from the author,

see https://lists.debian.org/debian-legal/2004/12/msg00295.html

Cephes Math Library Release 2.8: June, 2000

This software is derived from the Cephes Math Library and is

incorporated herein by permission of the author.

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer in the

documentation and/or other materials provided with the distribution.

* Neither the name of the <organization> nor the

names of its contributors may be used to endorse or promote products

derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND

ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY

DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES

(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS

SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: Faddeeva

License: MIT

Copyright (c) 2012 Massachusetts Institute of Technology

Permission is hereby granted, free of charge, to any person obtaining

a copy of this software and associated documentation files (the

"Software"), to deal in the Software without restriction, including

without limitation the rights to use, copy, modify, merge, publish,

distribute, sublicense, and/or sell copies of the Software, and to

permit persons to whom the Software is furnished to do so, subject to

the following conditions:

The above copyright notice and this permission notice shall be

included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,

EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND

NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE

LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION

OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION

WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------------------

Name: qd

License: modified BSD license ("BSD-LBNL-License.doc")

This work was supported by the Director, Office of Science, Division

of Mathematical, Information, and Computational Sciences of the

U.S. Department of Energy under contract numbers DE-AC03-76SF00098 and

DE-AC02-05CH11231.

Copyright (c) 2003-2009, The Regents of the University of California,

through Lawrence Berkeley National Laboratory (subject to receipt of

any required approvals from U.S. Dept. of Energy) All rights reserved.

1. Redistribution and use in source and binary forms, with or

without modification, are permitted provided that the following

conditions are met:

(1) Redistributions of source code must retain the copyright

notice, this list of conditions and the following disclaimer.

(2) Redistributions in binary form must reproduce the copyright

notice, this list of conditions and the following disclaimer in

the documentation and/or other materials provided with the

distribution.

(3) Neither the name of the University of California, Lawrence

Berkeley National Laboratory, U.S. Dept. of Energy nor the names

of its contributors may be used to endorse or promote products

derived from this software without specific prior written

permission.

2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

3. You are under no obligation whatsoever to provide any bug fixes,

patches, or upgrades to the features, functionality or performance of

the source code ("Enhancements") to anyone; however, if you choose to

make your Enhancements available either publicly, or directly to

Lawrence Berkeley National Laboratory, without imposing a separate

written license agreement for such Enhancements, then you hereby grant

the following license: a non-exclusive, royalty-free perpetual license

to install, use, modify, prepare derivative works, incorporate into

other computer software, distribute, and sublicense such enhancements

or derivative works thereof, in binary and source code form.

-------------------------------------------------------------------------------

Name: pypocketfft

License: 3-Clause BSD

Copyright (C) 2010-2019 Max-Planck-Society All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: uarray

License: 3-Clause BSD

Copyright (c) 2018, Quansight-Labs

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this

list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,

this list of conditions and the following disclaimer in the documentation

and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its

contributors may be used to endorse or promote products derived from

this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"

AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE

FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,

OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: ampgo

License: MIT

Permission is hereby granted, free of charge, to any person obtaining

a copy of this software and associated documentation files (the

"Software"), to deal in the Software without restriction, including

without limitation the rights to use, copy, modify, merge, publish,

distribute, sublicense, and/or sell copies of the Software, and to

permit persons to whom the Software is furnished to do so, subject to

the following conditions:

The above copyright notice and this permission notice shall be

included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,

EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND

NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE

LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION

OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION

WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------------------

Name: pybind11

License:

Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this

list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,

this list of conditions and the following disclaimer in the documentation

and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors

may be used to endorse or promote products derived from this software

without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND

ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE

FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,

OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: HiGHS

License: MIT

Copyright (c) 2021 ERGO-Code

IPX and BASICLU, Copyright (c) 2018-2021 ERGO-Code

Used in HiGHS under the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy

of this software and associated documentation files (the "Software"), to deal

in the Software without restriction, including without limitation the rights

to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

copies of the Software, and to permit persons to whom the Software is

furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all

copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

SOFTWARE.

-------------------------------------------------------------------------------

Name: Boost

License: Boost Software License - Version 1.0

Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization

obtaining a copy of the software and accompanying documentation covered by

this license (the "Software") to use, reproduce, display, distribute,

execute, and transmit the Software, and to prepare derivative works of the

Software, and to permit third-parties to whom the Software is furnished to

do so, all subject to the following:

The copyright notices in the Software and this entire statement, including

the above license grant, this restriction and the following disclaimer,

must be included in all copies of the Software, in whole or in part, and

all derivative works of the Software, unless such copies or derivative

works are solely in the form of machine-executable object code generated by

a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT

SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE

FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,

ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER

DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------------------

Name: Biasedurn

License 3-Clause BSD

---------- Forwarded message ---------

From: Agner Fog <agner@agner.org>

Date: Wed, Jul 22, 2020 at 8:54 PM

Subject: Re: Add BiasedUrn to SciPy?

To: Matt Haberland <mhaberla@calpoly.edu>

Cc: Warren Weckesser <warren.weckesser@gmail.com>

Dear Matt The C++ code for these distributions without binding to the R project

are available here:

https://www.agner.org/random/stocc.zip

You have my permission to use it in SciPy under the new BSD license.

Best regards,

Agner Fog

On 22/07/2020 17.05, Matt Haberland wrote:

Hi Agner, I'm a maintainer of the Python scientific computing library SciPy,

and I'm working on improving the capabilities of our statistics subpackage

scipy.stats. We'd like to add both Fisher's and Wallenius' noncentral

hypergeometric distributions, but these look quite challenging to implement.

We found your BiasedUrn package, and we'd love to wrap it, but we can't

include GPL-3 licensed code under our BSD-new license. Would you consider

re-licensing BiasedUrn under a more permissive license, such as BSD-new or

MIT, so we can include it in SciPy?

Thank you for considering it!

Matt

--

Matt Haberland

Assistant Professor

BioResource and Agricultural Engineering

08A-3K, Cal Poly

-------------------------------------------------------------------------------

Name: UNU.RAN

License 3-Clause BSD

Permission was granted on 23 March 2021 by Josef Leydold (josef.leydold@wu.ac.at) and Wolfgang Hoermann (hormannw@bound.edu.tr)

to use the UNU.RAN code excluding the uniform random number generator in src/uniform/mrg31k3p.c (copyright by Renee Touzin)

under the BSD licence. The following files have been removed from the original library:

unuran-1.8.1/COPYING

unuran-1.8.1/INSTALL

unuran-1.8.1/Makefile.am

unuran-1.8.1/Makefile.in

unuran-1.8.1/NEWS

unuran-1.8.1/UPGRADE

unuran-1.8.1/acinclude.m4

unuran-1.8.1/aclocal.m4

unuran-1.8.1/autoconf/config.guess

unuran-1.8.1/autoconf/config.sub

unuran-1.8.1/autoconf/depcomp

unuran-1.8.1/autoconf/install-sh

unuran-1.8.1/autoconf/ltmain.sh

unuran-1.8.1/autoconf/mdate-sh

unuran-1.8.1/autoconf/missing

unuran-1.8.1/autogen.sh

unuran-1.8.1/configure

unuran-1.8.1/doc/Makefile.am

unuran-1.8.1/doc/Makefile.in

unuran-1.8.1/doc/figures/Makefile.am

unuran-1.8.1/doc/figures/Makefile.in

unuran-1.8.1/doc/figures/discrete_inversion.eps

unuran-1.8.1/doc/figures/discrete_inversion.pdf

unuran-1.8.1/doc/figures/discrete_inversion.png

unuran-1.8.1/doc/figures/discrete_inversion.txt

unuran-1.8.1/doc/figures/inversion.eps

unuran-1.8.1/doc/figures/inversion.pdf

unuran-1.8.1/doc/figures/inversion.png

unuran-1.8.1/doc/figures/inversion.txt

unuran-1.8.1/doc/figures/rejection_from_constant_hat.eps

unuran-1.8.1/doc/figures/rejection_from_constant_hat.pdf

unuran-1.8.1/doc/figures/rejection_from_constant_hat.png

unuran-1.8.1/doc/figures/rejection_from_constant_hat.txt

unuran-1.8.1/doc/figures/rou-cauchy.eps

unuran-1.8.1/doc/figures/rou-cauchy.pdf

unuran-1.8.1/doc/figures/rou-cauchy.png

unuran-1.8.1/doc/figures/rou-cauchy.txt

unuran-1.8.1/doc/figures/texpict2img.pl

unuran-1.8.1/doc/src/Makefile.am

unuran-1.8.1/doc/src/Makefile.in

unuran-1.8.1/doc/src/README

unuran-1.8.1/doc/src/arvag.dh

unuran-1.8.1/doc/src/error_debug.dh

unuran-1.8.1/doc/src/examples.dh

unuran-1.8.1/doc/src/glossary.dh

unuran-1.8.1/doc/src/index.dh

unuran-1.8.1/doc/src/installation.dh

unuran-1.8.1/doc/src/intro.dh

unuran-1.8.1/doc/src/make_texi.pl

unuran-1.8.1/doc/src/methods.dh

unuran-1.8.1/doc/src/methods_cemp.texi

unuran-1.8.1/doc/src/methods_cont.texi

unuran-1.8.1/doc/src/methods_cvec.texi

unuran-1.8.1/doc/src/methods_cvemp.texi

unuran-1.8.1/doc/src/methods_discr.texi

unuran-1.8.1/doc/src/methods_matr.texi

unuran-1.8.1/doc/src/methods_mcmc.texi

unuran-1.8.1/doc/src/misc.dh

unuran-1.8.1/doc/src/ref_example0.texi

unuran-1.8.1/doc/src/ref_example0_str.texi

unuran-1.8.1/doc/src/ref_example1.texi

unuran-1.8.1/doc/src/ref_example1_str.texi

unuran-1.8.1/doc/src/ref_example2.texi

unuran-1.8.1/doc/src/ref_example2_str.texi

unuran-1.8.1/doc/src/ref_example3.texi

unuran-1.8.1/doc/src/ref_example3_str.texi

unuran-1.8.1/doc/src/ref_example_FuncStr.texi

unuran-1.8.1/doc/src/ref_example_anti.texi

unuran-1.8.1/doc/src/ref_example_anti_str.texi

unuran-1.8.1/doc/src/ref_example_cext.texi

unuran-1.8.1/doc/src/ref_example_cont.texi

unuran-1.8.1/doc/src/ref_example_cont_str.texi

unuran-1.8.1/doc/src/ref_example_dext.texi

unuran-1.8.1/doc/src/ref_example_discr.texi

unuran-1.8.1/doc/src/ref_example_discr_str.texi

unuran-1.8.1/doc/src/ref_example_emp.texi

unuran-1.8.1/doc/src/ref_example_emp_str.texi

unuran-1.8.1/doc/src/ref_example_gsl.texi

unuran-1.8.1/doc/src/ref_example_mixt.texi

unuran-1.8.1/doc/src/ref_example_mixt_inv.texi

unuran-1.8.1/doc/src/ref_example_rngstreams.texi

unuran-1.8.1/doc/src/ref_example_vemp.texi

unuran-1.8.1/doc/src/ref_example_win32_1.texi

unuran-1.8.1/doc/src/ref_example_win32_2.texi

unuran-1.8.1/doc/src/references.dh

unuran-1.8.1/doc/src/stddist.dh

unuran-1.8.1/doc/src/texinfo.tex

unuran-1.8.1/doc/src/top.dh

unuran-1.8.1/doc/src/unuran_src.texi

unuran-1.8.1/doc/stamp-1

unuran-1.8.1/doc/stamp-vti

unuran-1.8.1/doc/unuran.html

unuran-1.8.1/doc/unuran.info

unuran-1.8.1/doc/unuran.pdf

unuran-1.8.1/doc/unuran.texi

unuran-1.8.1/doc/unuran.txt

unuran-1.8.1/doc/unuran_win32.html

unuran-1.8.1/doc/unuran_win32.info

unuran-1.8.1/doc/unuran_win32.pdf

unuran-1.8.1/doc/unuran_win32.texi

unuran-1.8.1/doc/unuran_win32_libname.texi

unuran-1.8.1/doc/version.texi

unuran-1.8.1/doc/version_win32.texi

unuran-1.8.1/examples/Makefile.am

unuran-1.8.1/examples/Makefile.in

unuran-1.8.1/examples/example0.c

unuran-1.8.1/examples/example0_str.c

unuran-1.8.1/examples/example1.c

unuran-1.8.1/examples/example1_str.c

unuran-1.8.1/examples/example2.c

unuran-1.8.1/examples/example2_str.c

unuran-1.8.1/examples/example3.c

unuran-1.8.1/examples/example3_str.c

unuran-1.8.1/examples/example_FuncStr.c

unuran-1.8.1/examples/example_anti.c

unuran-1.8.1/examples/example_anti_str.c

unuran-1.8.1/examples/example_cext.c

unuran-1.8.1/examples/example_cont.c

unuran-1.8.1/examples/example_cont_str.c

unuran-1.8.1/examples/example_cpp.cpp

unuran-1.8.1/examples/example_dext.c

unuran-1.8.1/examples/example_discr.c

unuran-1.8.1/examples/example_discr_str.c

unuran-1.8.1/examples/example_emp.c

unuran-1.8.1/examples/example_emp_str.c

unuran-1.8.1/examples/example_errorhandler.c

unuran-1.8.1/examples/example_gsl.c

unuran-1.8.1/examples/example_mcorr.c

unuran-1.8.1/examples/example_mixt.c

unuran-1.8.1/examples/example_mixt_inv.c

unuran-1.8.1/examples/example_prng.c

unuran-1.8.1/examples/example_prng_str.c

unuran-1.8.1/examples/example_rngstreams.c

unuran-1.8.1/examples/example_vemp.c

unuran-1.8.1/experiments/Makefile.am

unuran-1.8.1/experiments/Makefile.in

unuran-1.8.1/experiments/make_timing_table.c

unuran-1.8.1/experiments/timings_chap_10.conf

unuran-1.8.1/experiments/timings_chap_8.conf

unuran-1.8.1/scripts/Makefile.am

unuran-1.8.1/scripts/Makefile.in

unuran-1.8.1/scripts/compute_machine_constants.c

unuran-1.8.1/scripts/make_urng_header.pl

unuran-1.8.1/scripts/merge_h.pl

unuran-1.8.1/scripts/read_PDF.pl

unuran-1.8.1/scripts/remove_comments.pl

unuran-1.8.1/scripts/run_valgrind.sh

unuran-1.8.1/scripts/win32/Makefile.win32

unuran-1.8.1/scripts/win32/build.sh

unuran-1.8.1/scripts/win32/example1.c

unuran-1.8.1/scripts/win32/example2.c

unuran-1.8.1/scripts/win32/make_dll_def.pl

unuran-1.8.1/src/Makefile.am

unuran-1.8.1/src/Makefile.in

unuran-1.8.1/src/README

unuran-1.8.1/src/distr/Makefile.am

unuran-1.8.1/src/distr/Makefile.in

unuran-1.8.1/src/distributions/Makefile.am

unuran-1.8.1/src/distributions/Makefile.in

unuran-1.8.1/src/distributions/README

unuran-1.8.1/src/methods/Makefile.am

unuran-1.8.1/src/methods/Makefile.in

unuran-1.8.1/src/parser/Makefile.am

unuran-1.8.1/src/parser/Makefile.in

unuran-1.8.1/src/parser/functparser_doc.dh

unuran-1.8.1/src/parser/make_stringparser.pl

unuran-1.8.1/src/parser/stringparser_doc.dh

unuran-1.8.1/src/specfunct/Makefile.am

unuran-1.8.1/src/specfunct/Makefile.in

unuran-1.8.1/src/tests/Makefile.am

unuran-1.8.1/src/tests/Makefile.in

unuran-1.8.1/src/uniform/Makefile.am

unuran-1.8.1/src/uniform/Makefile.in

unuran-1.8.1/src/uniform/fish.c

unuran-1.8.1/src/uniform/mrg31k3p.c

unuran-1.8.1/src/uniform/mstd.c

unuran-1.8.1/src/uniform/unuran_urng_gsl.h

unuran-1.8.1/src/uniform/unuran_urng_prng.h

unuran-1.8.1/src/uniform/unuran_urng_rngstreams.h

unuran-1.8.1/src/uniform/urng_builtin.c

unuran-1.8.1/src/uniform/urng_builtin.h

unuran-1.8.1/src/uniform/urng_fvoid.c

unuran-1.8.1/src/uniform/urng_fvoid.h

unuran-1.8.1/src/uniform/urng_gsl.c

unuran-1.8.1/src/uniform/urng_gsl.h

unuran-1.8.1/src/uniform/urng_gslqrng.c

unuran-1.8.1/src/uniform/urng_gslqrng.h

unuran-1.8.1/src/uniform/urng_prng.c

unuran-1.8.1/src/uniform/urng_prng.h

unuran-1.8.1/src/uniform/urng_randomshift.c

unuran-1.8.1/src/uniform/urng_randomshift.h

unuran-1.8.1/src/uniform/urng_rngstreams.c

unuran-1.8.1/src/uniform/urng_rngstreams.h

unuran-1.8.1/src/unuran.h.in

unuran-1.8.1/src/urng/Makefile.am

unuran-1.8.1/src/urng/Makefile.in

unuran-1.8.1/src/utils/Makefile.am

unuran-1.8.1/src/utils/Makefile.in

unuran-1.8.1/tests/Makefile.am

unuran-1.8.1/tests/Makefile.in

unuran-1.8.1/tests/README.conf

unuran-1.8.1/tests/make_test_files.pl

unuran-1.8.1/tests/t_arou.c

unuran-1.8.1/tests/t_arou.conf

unuran-1.8.1/tests/t_ars.c

unuran-1.8.1/tests/t_ars.conf

unuran-1.8.1/tests/t_auto.c

unuran-1.8.1/tests/t_auto.conf

unuran-1.8.1/tests/t_cext.c

unuran-1.8.1/tests/t_cext.conf

unuran-1.8.1/tests/t_cstd.c

unuran-1.8.1/tests/t_cstd.conf

unuran-1.8.1/tests/t_dari.c

unuran-1.8.1/tests/t_dari.conf

unuran-1.8.1/tests/t_dau.c

unuran-1.8.1/tests/t_dau.conf

unuran-1.8.1/tests/t_deprecated_tdrgw.c

unuran-1.8.1/tests/t_deprecated_vmt.c

unuran-1.8.1/tests/t_deprecated_vmt.conf

unuran-1.8.1/tests/t_dext.c

unuran-1.8.1/tests/t_dext.conf

unuran-1.8.1/tests/t_dgt.c

unuran-1.8.1/tests/t_dgt.conf

unuran-1.8.1/tests/t_distr.c

unuran-1.8.1/tests/t_distr.conf

unuran-1.8.1/tests/t_distr_cemp.c

unuran-1.8.1/tests/t_distr_cemp.conf

unuran-1.8.1/tests/t_distr_condi.c

unuran-1.8.1/tests/t_distr_condi.conf

unuran-1.8.1/tests/t_distr_cont.c

unuran-1.8.1/tests/t_distr_cont.conf

unuran-1.8.1/tests/t_distr_corder.c

unuran-1.8.1/tests/t_distr_corder.conf

unuran-1.8.1/tests/t_distr_cvec.c

unuran-1.8.1/tests/t_distr_cvec.conf

unuran-1.8.1/tests/t_distr_cvemp.c

unuran-1.8.1/tests/t_distr_cvemp.conf

unuran-1.8.1/tests/t_distr_cxtrans.c

unuran-1.8.1/tests/t_distr_cxtrans.conf

unuran-1.8.1/tests/t_distr_discr.c

unuran-1.8.1/tests/t_distr_discr.conf

unuran-1.8.1/tests/t_distr_matr.c

unuran-1.8.1/tests/t_distr_matr.conf

unuran-1.8.1/tests/t_dsrou.c

unuran-1.8.1/tests/t_dsrou.conf

unuran-1.8.1/tests/t_dss.c

unuran-1.8.1/tests/t_dss.conf

unuran-1.8.1/tests/t_dstd.c

unuran-1.8.1/tests/t_dstd.conf

unuran-1.8.1/tests/t_empk.c

unuran-1.8.1/tests/t_empk.conf

unuran-1.8.1/tests/t_empl.c

unuran-1.8.1/tests/t_empl.conf

unuran-1.8.1/tests/t_gibbs.c

unuran-1.8.1/tests/t_gibbs.conf

unuran-1.8.1/tests/t_hinv.c

unuran-1.8.1/tests/t_hinv.conf

unuran-1.8.1/tests/t_hist.c

unuran-1.8.1/tests/t_hist.conf

unuran-1.8.1/tests/t_hitro.c

unuran-1.8.1/tests/t_hrb.c

unuran-1.8.1/tests/t_hrb.conf

unuran-1.8.1/tests/t_hrd.c

unuran-1.8.1/tests/t_hrd.conf

unuran-1.8.1/tests/t_hri.c

unuran-1.8.1/tests/t_hri.conf

unuran-1.8.1/tests/t_info.c

unuran-1.8.1/tests/t_info.conf

unuran-1.8.1/tests/t_itdr.c

unuran-1.8.1/tests/t_itdr.conf

unuran-1.8.1/tests/t_mcorr.c

unuran-1.8.1/tests/t_mcorr.conf

unuran-1.8.1/tests/t_mixt.c

unuran-1.8.1/tests/t_mvstd.c

unuran-1.8.1/tests/t_mvstd.conf

unuran-1.8.1/tests/t_mvtdr.c

unuran-1.8.1/tests/t_ninv.c

unuran-1.8.1/tests/t_ninv.conf

unuran-1.8.1/tests/t_norta.c

unuran-1.8.1/tests/t_norta.conf

unuran-1.8.1/tests/t_nrou.c

unuran-1.8.1/tests/t_nrou.conf

unuran-1.8.1/tests/t_pinv

unuran-1.8.1/tests/t_pinv.c

unuran-1.8.1/tests/t_srou.c

unuran-1.8.1/tests/t_srou.conf

unuran-1.8.1/tests/t_ssr.c

unuran-1.8.1/tests/t_ssr.conf

unuran-1.8.1/tests/t_stringparser.c

unuran-1.8.1/tests/t_stringparser.conf

unuran-1.8.1/tests/t_tabl.c

unuran-1.8.1/tests/t_tabl.conf

unuran-1.8.1/tests/t_tdr.c

unuran-1.8.1/tests/t_tdr.conf

unuran-1.8.1/tests/t_tdr_gw.c

unuran-1.8.1/tests/t_tdr_gw.conf

unuran-1.8.1/tests/t_tdr_ia.c

unuran-1.8.1/tests/t_tdr_ia.conf

unuran-1.8.1/tests/t_tdr_ps.c

unuran-1.8.1/tests/t_tdr_ps.conf

unuran-1.8.1/tests/t_unif.c

unuran-1.8.1/tests/t_unif.conf

unuran-1.8.1/tests/t_unur_error.c

unuran-1.8.1/tests/t_unur_error.conf

unuran-1.8.1/tests/t_unur_tests.c

unuran-1.8.1/tests/t_unur_tests.conf

unuran-1.8.1/tests/t_urng.c

unuran-1.8.1/tests/t_urng.conf

unuran-1.8.1/tests/t_utdr.c

unuran-1.8.1/tests/t_utdr.conf

unuran-1.8.1/tests/t_util_matrix.c

unuran-1.8.1/tests/t_util_matrix.conf

unuran-1.8.1/tests/t_vempk.c

unuran-1.8.1/tests/t_vempk.conf

unuran-1.8.1/tests/t_vnrou.c

unuran-1.8.1/tests/t_vnrou.conf

unuran-1.8.1/tests/t_x_gen.c

unuran-1.8.1/tests/t_x_gen.conf

unuran-1.8.1/tests/test_StdDistr.c

unuran-1.8.1/tests/test_StdDistr.m

unuran-1.8.1/tests/test_functionparser.c

unuran-1.8.1/tests/test_functionparser.m

unuran-1.8.1/tests/testcounter.c

unuran-1.8.1/tests/testdistributions/Makefile.am

unuran-1.8.1/tests/testdistributions/Makefile.in

unuran-1.8.1/tests/testdistributions/c_sawtooth_contpdf.c

unuran-1.8.1/tests/testdistributions/c_sawtooth_discpdf.c

unuran-1.8.1/tests/testdistributions/c_w_pdf_from_logpdf.c

unuran-1.8.1/tests/testdistributions/c_with_multiple_of_pdf.c

unuran-1.8.1/tests/testdistributions/c_wo_logpdf.c

unuran-1.8.1/tests/testdistributions/testdistributions.h

unuran-1.8.1/tests/testdistributions/vc_cauchy_RoU_ball.c

unuran-1.8.1/tests/testdistributions/vc_special_correlations_ar1.c

unuran-1.8.1/tests/testdistributions/vc_special_correlations_constantrho.c

unuran-1.8.1/tests/testdistributions/vc_w_marginals.c

unuran-1.8.1/tests/testdistributions/vc_wo_logpdf.c

unuran-1.8.1/tests/testroutines.c

unuran-1.8.1/tests/testunuran.h

unuran-1.8.1/src/distr/deprecated_distr.c

unuran-1.8.1/src/distr/deprecated_distr.h

unuran-1.8.1/src/methods/deprecated_methods.c

unuran-1.8.1/src/methods/deprecated_methods.h

unuran-1.8.1/src/methods/deprecated_tdrgw.h

unuran-1.8.1/src/methods/deprecated_vmt.c

unuran-1.8.1/src/methods/deprecated_vmt.h

unuran-1.8.1/src/methods/deprecated_vmt_struct.h

unuran-1.8.1/src/parser/stringparser_lists.ch.in

UNU.RAN relies on a modified version of the library Cephes, see ./src/src/specfunct/cephes_source.h

-------------------------------------------------------------------------------

Name: NumPy

License: BSD License

Copyright (c) 2005-2022, NumPy Developers.

All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:

* Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above

copyright notice, this list of conditions and the following

disclaimer in the documentation and/or other materials provided

with the distribution.

* Neither the name of the NumPy Developers nor the names of any

contributors may be used to endorse or promote products derived

from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------------------------------------------

Name: scipy-mathjax

Apache-2.0 license

Apache License

Version 2.0, January 2004

http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,

and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by

the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all

other entities that control, are controlled by, or are under common

control with that entity. For the purposes of this definition,

"control" means (i) the power, direct or indirect, to cause the

direction or management of such entity, whether by contract or

otherwise, or (ii) ownership of fifty percent (50%) or more of the

outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity

exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,

including but not limited to software source code, documentation

source, and configuration files.

"Object" form shall mean any form resulting from mechanical

transformation or translation of a Source form, including but

not limited to compiled object code, generated documentation,

and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or

Object form, made available under the License, as indicated by a

copyright notice that is included in or attached to the work

(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object

form, that is based on (or derived from) the Work and for which the

editorial revisions, annotations, elaborations, or other modifications

represent, as a whole, an original work of authorship. For the purposes

of this License, Derivative Works shall not include works that remain

separable from, or merely link (or bind by name) to the interfaces of,

the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including

the original version of the Work and any modifications or additions

to that Work or Derivative Works thereof, that is intentionally

submitted to Licensor for inclusion in the Work by the copyright owner

or by an individual or Legal Entity authorized to submit on behalf of

the copyright owner. For the purposes of this definition, "submitted"

means any form of electronic, verbal, or written communication sent

to the Licensor or its representatives, including but not limited to

communication on electronic mailing lists, source code control systems,

and issue tracking systems that are managed by, or on behalf of, the

Licensor for the purpose of discussing and improving the Work, but

excluding communication that is conspicuously marked or otherwise

designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity

on behalf of whom a Contribution has been received by Licensor and

subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of

this License, each Contributor hereby grants to You a perpetual,

worldwide, non-exclusive, no-charge, royalty-free, irrevocable

copyright license to reproduce, prepare Derivative Works of,

publicly display, publicly perform, sublicense, and distribute the

Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of

this License, each Contributor hereby grants to You a perpetual,

worldwide, non-exclusive, no-charge, royalty-free, irrevocable

(except as stated in this section) patent license to make, have made,

use, offer to sell, sell, import, and otherwise transfer the Work,

where such license applies only to those patent claims licensable

by such Contributor that are necessarily infringed by their

Contribution(s) alone or by combination of their Contribution(s)

with the Work to which such Contribution(s) was submitted. If You

institute patent litigation against any entity (including a

cross-claim or counterclaim in a lawsuit) alleging that the Work

or a Contribution incorporated within the Work constitutes direct

or contributory patent infringement, then any patent licenses

granted to You under this License for that Work shall terminate

as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the

Work or Derivative Works thereof in any medium, with or without

modifications, and in Source or Object form, provided that You

meet the following conditions:

(a) You must give any other recipients of the Work or

Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices

stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works

that You distribute, all copyright, patent, trademark, and

attribution notices from the Source form of the Work,

excluding those notices that do not pertain to any part of

the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its

distribution, then any Derivative Works that You distribute must

include a readable copy of the attribution notices contained

within such NOTICE file, excluding those notices that do not

pertain to any part of the Derivative Works, in at least one

of the following places: within a NOTICE text file distributed

as part of the Derivative Works; within the Source form or

documentation, if provided along with the Derivative Works; or,

within a display generated by the Derivative Works, if and

wherever such third-party notices normally appear. The contents

of the NOTICE file are for informational purposes only and

do not modify the License. You may add Your own attribution

notices within Derivative Works that You distribute, alongside

or as an addendum to the NOTICE text from the Work, provided

that such additional attribution notices cannot be construed

as modifying the License.

You may add Your own copyright statement to Your modifications and

may provide additional or different license terms and conditions

for use, reproduction, or distribution of Your modifications, or

for any such Derivative Works as a whole, provided Your use,

reproduction, and distribution of the Work otherwise complies with

the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,

any Contribution intentionally submitted for inclusion in the Work

by You to the Licensor shall be under the terms and conditions of

this License, without any additional terms or conditions.

Notwithstanding the above, nothing herein shall supersede or modify

the terms of any separate license agreement you may have executed

with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade

names, trademarks, service marks, or product names of the Licensor,

except as required for reasonable and customary use in describing the

origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or

agreed to in writing, Licensor provides the Work (and each

Contributor provides its Contributions) on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or

implied, including, without limitation, any warranties or conditions

of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A

PARTICULAR PURPOSE. You are solely responsible for determining the

appropriateness of using or redistributing the Work and assume any

risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,

whether in tort (including negligence), contract, or otherwise,

unless required by applicable law (such as deliberate and grossly

negligent acts) or agreed to in writing, shall any Contributor be

liable to You for damages, including any direct, indirect, special,

incidental, or consequential damages of any character arising as a

result of this License or out of the use or inability to use the

Work (including but not limited to damages for loss of goodwill,

work stoppage, computer failure or malfunction, or any and all

other commercial damages or losses), even if such Contributor

has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing

the Work or Derivative Works thereof, You may choose to offer,

and charge a fee for, acceptance of support, warranty, indemnity,

or other liability obligations and/or rights consistent with this

License. However, in accepting such obligations, You may act only

on Your own behalf and on Your sole responsibility, not on behalf

of any other Contributor, and only if You agree to indemnify,

defend, and hold each Contributor harmless for any liability

incurred by, or claims asserted against, such Contributor by reason

of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following

boilerplate notice, with the fields enclosed by brackets "[]"

replaced with your own identifying information. (Don't include

the brackets!) The text should be enclosed in the appropriate

comment syntax for the file format. We also recommend that a

file or class name and description of purpose be included on the

same "printed page" as the copyright notice for easier

identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

----------- threadpoolctl (BSD 3-Clause "New" or "Revised" License) [https://github.com/joblib/threadpoolctl] -----------

Copyright notice(s):

Copyright (c) 2019, threadpoolctl contributors

Copyright (c) 2017, Intel Corporation published under the BSD 3-Clause

License fulltext:

Copyright (c) 2019, threadpoolctl contributors

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,

this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer in the

documentation and/or other materials provided with the distribution.

* Neither the name of copyright holder nor the names of its contributors

may be used to endorse or promote products derived from this software

without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"

AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE

FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,

OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.