# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        github gnu-octave statistics-resampling 5.7.1
revision            0

license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         Estimate bias, uncertainty (standard errors and confidence \
                    intervals) and test hypotheses (p-values) using bootstrap resampling \
                    methods.
long_description    {*}${description}

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  fd58fc5a7a6c5d0e0fb3b1daed6fe672c9145746 \
                    sha256  db2a376e1e8c18298af08382f6be30cdbb8b766de4905e28de3b109338fa5d28 \
                    size    2455615

depends_lib-append  port:octave-statistics
