# -*- 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.6.0
revision            2
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  1423f3ba78ceca7df68911ddf7ef905bdc34ebdf \
                    sha256  e84fc3e6973230862023a82aaa408608887a4aaf05a172f3ee401dbaa259a765 \
                    size    2169446

depends_lib-append  port:octave-statistics
