Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: @stdlib/stats Upstream-Contact: https://github.com/stdlib-js/stdlib/issues Source: https://github.com/stdlib-js/stdlib/tags https://github.com/stdlib-js/array/tags https://github.com/stdlib-js/assert/tags https://github.com/stdlib-js/boolean/tags https://github.com/stdlib-js/utils/tags https://github.com/stdlib-js/blas/tags https://github.com/stdlib-js/math/tags https://github.com/stdlib-js/complex/tags https://github.com/stdlib-js/number/tags https://github.com/stdlib-js/constants/tags https://github.com/stdlib-js/os/tags https://github.com/stdlib-js/cli/tags https://github.com/stdlib-js/string/tags https://github.com/stdlib-js/fs/tags https://github.com/stdlib-js/object/tags https://github.com/stdlib-js/process/tags https://github.com/stdlib-js/buffer/tags https://github.com/stdlib-js/types/tags https://github.com/stdlib-js/streams/tags https://github.com/stdlib-js/regexp/tags https://github.com/stdlib-js/ndarray/tags https://github.com/stdlib-js/bigint/tags https://github.com/stdlib-js/random/tags https://github.com/stdlib-js/symbol/tags https://github.com/stdlib-js/bench/tags https://github.com/stdlib-js/console/tags https://github.com/stdlib-js/datasets/tags https://github.com/stdlib-js/error/tags https://github.com/stdlib-js/function/tags https://github.com/stdlib-js/iter/tags https://github.com/stdlib-js/ml/tags https://github.com/stdlib-js/namespace/tags https://github.com/stdlib-js/net/tags https://github.com/stdlib-js/nlp/tags https://github.com/stdlib-js/plot/tags https://github.com/stdlib-js/proxy/tags https://github.com/stdlib-js/repl/tags https://github.com/stdlib-js/simulate/tags https://github.com/stdlib-js/strided/tags https://github.com/stdlib-js/time/tags Files-Excluded: docs lib/node_modules Files-Excluded-stdlib-datasets: sotu/data spam-assassin/data Files: * Copyright: 2023, The Stdlib Authors (https://github.com/stdlib-js/stdlib/graphs/contributors) License: Apache-2.0 Files: debian/* Copyright: 2023, Yadd License: Apache-2.0 Files: stdlib-blas/base/dsdot/src/*.f Copyright: The Stdlib Authors License: Apache-2.0 Comment: Modified version of reference BLAS level1 routine (version 3.7.0). Updated to "free form" Fortran 95. Authors: * Lawson, C. L., (JPL) * Hanson, R. J., (SNLA) * Kincaid, D. R., (U. of Texas) * Krogh, F. T., (JPL) License: The reference BLAS is a freely-available software package. It is available from netlib via anonymous ftp and the World Wide Web. Thus, it can be included in commercial software packages (and has been). We only ask that proper credit be given to the authors. . Like all software, it is copyrighted. It is not trademarked, but we do ask the following: . * If you modify the source for these routines we ask that you change the name of the routine and comment the changes made to the original. * We will gladly answer any questions regarding the software. If a modification is done, however, it is the responsibility of the person who modified the routine to provide support. Files: stdlib-math/base/special/acos/lib/acos.js stdlib-math/base/special/asin/lib/asin.js stdlib-math/base/special/atan/lib/atan.js stdlib-math/base/special/cos/scripts/cephes/index.js stdlib-math/base/special/cosh/lib/cosh.js stdlib-math/base/special/cosm1/lib/cosm1.js stdlib-math/base/special/exp10/lib/exp10.js stdlib-math/base/special/exp2/lib/exp2.js stdlib-math/base/special/fresnel/lib/fresnel.js stdlib-math/base/special/gamma/lib/gamma.js stdlib-math/base/special/gamma/lib/small_approximation.js stdlib-math/base/special/gamma/lib/stirling_approximation.js stdlib-math/base/special/sici/lib/sici.js stdlib-math/base/special/sinh/lib/sinh.js stdlib-math/base/special/spence/lib/spence.js stdlib-math/base/special/tanh/lib/tanh.js Copyright: The Stdlib Authors License: Apache-2.0 Comment: The original C code, long comment, copyright, license, and constants are from Cephes . The implementation follows the original, but has been modified for JavaScript. Copyright: 1984, 1995, 2000 by Stephen L. Moshier . Some software in this archive may be from the book _Methods and Programs for Mathematical Functions_ (Prentice-Hall or Simon & Schuster International, 1989) or from the Cephes Mathematical Library, a commercial product. In either event, it is copyrighted by the author. What you see here may be used freely but it comes with no support or guarantee. Files: stdlib-math/base/special/acosh/lib/acosh.js stdlib-math/base/special/asinh/lib/asinh.js stdlib-math/base/special/atanh/lib/atanh.js stdlib-math/base/special/cbrt/lib/main.js stdlib-math/base/special/cos/lib/cos.js stdlib-math/base/special/erf/lib/erf.js stdlib-math/base/special/erfc/lib/erfc.js stdlib-math/base/special/exp/lib/exp.js stdlib-math/base/special/exp/lib/expmulti.js stdlib-math/base/special/expm1/lib/expm1.js stdlib-math/base/special/gammaln/lib/gammaln.js stdlib-math/base/special/kernel-cos/lib/kernel_cos.js stdlib-math/base/special/kernel-sin/lib/kernel_sin.js stdlib-math/base/special/kernel-tan/lib/kernel_tan.js stdlib-math/base/special/ln/lib/ln.js stdlib-math/base/special/log10/lib/klog.js stdlib-math/base/special/log10/lib/log10.js stdlib-math/base/special/log2/lib/klog.js stdlib-math/base/special/log2/lib/log2.js stdlib-math/base/special/pow/lib/log2ax.js stdlib-math/base/special/pow/lib/logx.js stdlib-math/base/special/pow/lib/pow.js stdlib-math/base/special/pow/lib/pow2.js stdlib-math/base/special/pow/lib/x_is_zero.js stdlib-math/base/special/pow/lib/y_is_huge.js stdlib-math/base/special/rempio2/lib/kernel_rempio2.js stdlib-math/base/special/rempio2/lib/rempio2.js stdlib-math/base/special/rempio2/lib/rempio2_medium.js stdlib-math/base/special/sin/lib/sin.js stdlib-math/base/special/sincos/lib/kernel_sincos.js stdlib-math/base/special/sincos/lib/sincos.js stdlib-math/base/special/tan/lib/tan.js Copyright: The Stdlib Authors License: Apache-2.0 Comment: The following copyright, license, and long comment were part of the original implementation available as part of FreeBSD. The implementation follows the original, but has been modified for JavaScript. Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. Developed at SunPro, a Sun Microsystems, Inc. business. Permission to use, copy, modify, and distribute this software is freely granted, provided that this notice is preserved. Files: stdlib-math/base/special/expm1/lib/expm1.js stdlib-math/base/special/log1p/lib/log1p.js Copyright: The Stdlib Authors License: Apache-2.0 Comment: The following copyright, license, and long comment were part of the original implementation available as part of FDLIBM. The implementation follows the original, but has been modified for JavaScript. Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. Developed at SunPro, a Sun Microsystems, Inc. business. Permission to use, copy, modify, and distribute this software is freely granted, provided that this notice is preserved. Files: stdlib-math/base/special/atan2/lib/main.js Copyright: The Stdlib Authors License: Apache-2.0 Comment: The original code, copyright and license are from Go. The implementation follows the original, but has been modified for JavaScript. Copyright (c) 2009 The Go Authors. All rights reserved. License: BSD-3-Clause Files: stdlib-math/base/special/besselj0/lib/j0.js stdlib-math/base/special/besselj1/lib/j1.js stdlib-math/base/special/bessely0/lib/y0.js stdlib-math/base/special/bessely1/lib/y1.js Copyright: The Stdlib Authors License: Apache-2.0 Comment: The original C++ code and copyright notice are from the Boost library. The implementation has been modified for JavaScript. Copyright Xiaogang Zhang, 2006 License: Boost-Software-License-1.0 Files: stdlib-math/base/special/beta/lib/beta.js stdlib-math/base/special/digamma/lib/asymptotic_expansion.js stdlib-math/base/special/digamma/lib/digamma.js stdlib-math/base/special/erfcinv/lib/erfcinv.js stdlib-math/base/special/erfinv/lib/erfinv.js stdlib-math/base/special/falling-factorial/lib/falling_factorial.js stdlib-math/base/special/gamma-lanczos-sum-expg-scaled/lib/gamma_lanczos_sum_expg_scaled.js stdlib-math/base/special/gamma-lanczos-sum/lib/gamma_lanczos_sum.js stdlib-math/base/special/kernel-betainc/lib/beta_small_b_large_a_series.js stdlib-math/base/special/kernel-betainc/lib/binomial_ccdf.js stdlib-math/base/special/kernel-betainc/lib/ibeta_a_step.js stdlib-math/base/special/kernel-betainc/lib/ibeta_fraction2.js stdlib-math/base/special/kernel-betainc/lib/ibeta_power_terms.js stdlib-math/base/special/kernel-betainc/lib/ibeta_series.js stdlib-math/base/special/kernel-betainc/lib/rising_factorial_ratio.js stdlib-math/base/special/kernel-betaincinv/lib/halley_iterate.js stdlib-math/base/special/kernel-betaincinv/lib/newton_raphson.js stdlib-math/base/special/powm1/lib/powm1.js stdlib-math/base/special/riemann-zeta/lib/odd_positive_integers.js stdlib-math/base/special/riemann-zeta/lib/polynomial_series.js stdlib-math/base/special/riemann-zeta/lib/zeta.js stdlib-math/base/special/rising-factorial/lib/rising_factorial.js stdlib-math/base/special/sqrt1pm1/lib/sqrt1pm1.js stdlib-math/base/special/trigamma/lib/trigamma.js stdlib-math/base/tools/evalrational/lib/evalrational.js stdlib-random/base/discrete-uniform/lib/discrete_uniform.js stdlib-stats/base/dists/f/pdf/lib/ibeta_power_terms.js stdlib-stats/base/dists/negative-binomial/logpmf/lib/ibeta_power_terms.js stdlib-stats/base/dists/negative-binomial/pmf/lib/ibeta_power_terms.js Copyright: The Stdlib Authors License: Apache-2.0 Comment: The original C++ code and copyright notice are from the Boost library. The implementation has been modified for JavaScript. Copyright John Maddock 2006 License: Boost-Software-License-1.0 Files: stdlib-math/base/special/ellipe/lib/main.js stdlib-math/base/special/ellipk/lib/main.js Copyright: The Stdlib Authors License: Apache-2.0 Comment: The original Julia code and copyright notice are from the Julia library. The implementation has been modified for JavaScript. Copyright 2017 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and others: https://github.com/JuliaMath/SpecialFunctions.jl/graphs/contributors License: Expat Files: stdlib-math/base/special/gamma-delta-ratio/lib/gamma_delta_ratio.js stdlib-math/base/special/gamma-delta-ratio/lib/gamma_delta_ratio_lanczos.js stdlib-math/base/special/gamma/lib/boost/gamma.js stdlib-math/base/special/gamma/lib/boost/sinpx.js stdlib-math/base/special/gamma1pm1/lib/gamma1pm1.js stdlib-math/base/special/gamma1pm1/lib/lgamma_small_imp.js stdlib-math/base/special/gammainc/lib/gammainc.js stdlib-math/base/special/gammainc/lib/regularised_gamma_prefix.js stdlib-math/base/special/kernel-betainc/lib/lower_gamma_series.js stdlib-math/base/special/kernel-betainc/lib/lower_incomplete_gamma_series.js stdlib-math/base/special/kernel-betainc/lib/regularized_gamma_prefix.js stdlib-math/base/special/kernel-betainc/lib/upper_gamma_fraction.js stdlib-math/base/special/kernel-betainc/lib/upper_incomplete_gamma_fract.js stdlib-math/base/special/kernel-betaincinv/lib/lower_gamma_series.js stdlib-math/base/special/kernel-betaincinv/lib/lower_incomplete_gamma_series.js stdlib-math/base/special/kernel-betaincinv/lib/upper_incomplete_gamma_fract.js stdlib-math/base/special/polygamma/lib/atinfinityplus.js stdlib-math/base/special/polygamma/lib/attransitionplus.js stdlib-math/base/special/polygamma/lib/nearzero.js stdlib-math/base/special/polygamma/lib/polycotpi.js stdlib-math/base/special/polygamma/lib/polygamma.js stdlib-stats/base/dists/gamma/logpdf/lib/gamma_p_derivative.js stdlib-stats/base/dists/gamma/logpdf/lib/regularised_gamma_prefix.js stdlib-stats/base/dists/gamma/pdf/lib/gamma_p_derivative.js stdlib-stats/base/dists/gamma/pdf/lib/regularised_gamma_prefix.js Copyright: The Stdlib Authors License: Apache-2.0 Comment: The original C++ code and copyright notice are from the Boost library. The implementation has been modified for JavaScript. Copyright John Maddock 2006-7, 2013-14 Copyright Paul A. Bristow 2007, 2013-14 Copyright Nikhar Agrawal 2013-14 Copyright Christopher Kormanyos 2013-14 License: Boost-Software-License-1.0 Files: stdlib-datasets/cmudict/data/dict.json stdlib-datasets/cmudict/data/dict.txt stdlib-math/base/special/gammainc/lib/finite_gamma_q.js stdlib-math/base/special/gammainc/lib/finite_half_gamma_q.js stdlib-math/base/special/gammainc/lib/full_igamma_prefix.js stdlib-math/base/special/gammainc/lib/igamma_temme_large.js stdlib-math/base/special/gammainc/lib/lower_gamma_series.js stdlib-math/base/special/gammainc/lib/lower_incomplete_gamma_series.js stdlib-math/base/special/gammainc/lib/small_gamma2_series.js stdlib-math/base/special/gammainc/lib/tgamma_small_upper_part.js stdlib-math/base/special/gammainc/lib/upper_gamma_fraction.js stdlib-math/base/special/gammainc/lib/upper_incomplete_gamma_fract.js stdlib-math/base/special/kernel-betainc/lib/assign.js stdlib-math/base/special/kernel-betainc/lib/full_igamma_prefix.js stdlib-math/base/special/kernel-betaincinv/lib/find_ibeta_inv_from_t_dist.js stdlib-math/base/special/kernel-betaincinv/lib/ibeta_roots.js stdlib-math/base/special/kernel-betaincinv/lib/inverse_students_t.js stdlib-math/base/special/kernel-betaincinv/lib/inverse_students_t_body_series.js stdlib-math/base/special/kernel-betaincinv/lib/inverse_students_t_hill.js stdlib-math/base/special/kernel-betaincinv/lib/inverse_students_t_tail_series.js stdlib-math/base/special/kernel-betaincinv/lib/kernel_betaincinv.js stdlib-math/base/special/kernel-betaincinv/lib/root_finder.js stdlib-math/base/special/kernel-betaincinv/lib/temme1.js stdlib-math/base/special/kernel-betaincinv/lib/temme2.js stdlib-math/base/special/kernel-betaincinv/lib/temme3.js stdlib-math/base/special/kernel-betaincinv/lib/upper_gamma_fraction.js Copyright: The Stdlib Authors License: Apache-2.0 Comment: The original C++ code and copyright notice are from the Boost library. The implementation has been modified for JavaScript. Copyright John Maddock 2006 Copyright Paul A. Bristow 2007 License: Boost-Software-License-1.0 Files: stdlib-random/base/mt19937/lib/factory.js stdlib-random/base/mt19937/src/main.c stdlib-random/base/mt19937/test/fixtures/c/mt19937ar.c Copyright: The Stdlib Authors License: Apache-2.0 Comment: The original C code and copyright notice are from the source implementation . The implementation has been modified for JavaScript Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, All rights reserved. License: BSD-3-Clause Files: stdlib-stats/base/dists/logistic/logcdf/lib/log1pexp.js Copyright: The Stdlib Authors License: Apache-2.0 Comment: The following copyright and license were part of the original implementation available as part of the StatsFuns.jl Julia package. The implementation follows the original, but has been modified for JavaScript. Copyright (c) 2015: Dahua Lin License: Expat License: Apache-2.0 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. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". License: BSD-3-Clause 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 Google Inc. 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. License: Boost-Software-License-1.0 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. License: Expat 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.