summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-compquadform/package.py
blob: 1e45e86015363c6dc710aa672bd611ac79aac627 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class RCompquadform(RPackage):
    """Distribution Function of Quadratic Forms in Normal Variables.

    Computes the distribution function of quadratic forms in normal variables
    using Imhof's method, Davies's algorithm, Farebrother's algorithm or Liu et
    al.'s algorithm."""

    cran = "CompQuadForm"

    version("1.4.3", sha256="042fc56c800dd8f5f47a017e2efa832caf74f0602824abf7099898d9708660c4")