Exemplo n.º 1
0
def fileUpload():
    url = 'two-sample-tests/welchs-t-test/welchs-t-test.html'
    return helper.fileUploader(blueprint, url)
Exemplo n.º 2
0
def fileUpload():
    return helper.fileUploader(blueprint)
Exemplo n.º 3
0
def fileUpload():
    url = 'two-sample-tests/paired-students-t-test/paired-students-t-test.html'
    return helper.fileUploader(blueprint, url)
Exemplo n.º 4
0
def fileUpload():
    url = 'normality/ks-test/ks-test.html'
    return helper.fileUploader(blueprint, url)
Exemplo n.º 5
0
def fileUpload():
    url = '/normality/shapiro-wilk-test/shapiro-wilk-test.html'
    return helper.fileUploader(blueprint, url)
Exemplo n.º 6
0
def fileUpload():
    url = 'two-sample-tests/mann-whitney-u-test/mann-whitney-u-test.html'
    return helper.fileUploader(blueprint, url)
Exemplo n.º 7
0
def fileUpload():
    url = 'two-sample-tests/proportions-z-test/proportions-z-test.html'
    return helper.fileUploader(blueprint, url)