-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
36 lines (35 loc) · 922 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by roxygen2: do not edit by hand
S3method(apply_market_model,data.frame)
S3method(apply_market_model,list)
S3method(apply_market_model,zoo)
S3method(get_rates_from_prices,data.frame)
S3method(get_rates_from_prices,list)
S3method(get_rates_from_prices,zoo)
S3method(returns,data.frame)
S3method(returns,zoo)
export(apply_market_model)
export(boehmer)
export(brown_warner_1980)
export(brown_warner_1985)
export(car_brown_warner_1985)
export(car_lamb)
export(car_nonparametric_tests)
export(car_parametric_tests)
export(car_rank_test)
export(corrado_sign_test)
export(generalized_sign_test)
export(get_prices_from_tickers)
export(get_rates_from_prices)
export(lamb)
export(modified_rank_test)
export(nonparametric_tests)
export(parametric_tests)
export(patell)
export(rank_test)
export(returns)
export(run_app)
export(sign_test)
export(t_test)
export(wilcoxon_test)
importFrom(Rcpp,sourceCpp)
useDynLib(estudy2)