# -*- 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.0
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  dc5c69e5cf900c19b864a5dcc6051b59d016132d \
                    sha256  3d0d5827b7ef07ae530dacfb8ef00912b42a413733e8f13ef79e9f18271c5294 \
                    size    2455054

depends_lib-append  port:octave-statistics
