BayesTesting.jl icon indicating copy to clipboard operation
BayesTesting.jl copied to clipboard

Functions output: Structure Type

Open DominiqueMakowski opened this issue 7 years ago • 1 comments

What does the functions return?

I believe there should be a general type for Bayes tests (BayesTest?), similar to what's done in StatsModels or HypothesisTests, and then subtypes (for correlations, t-tests and so on). We could set up an easy way to access the values (possibly by adapting some of the methods from statsmodels or hypothesisTests such as pvalue(), coefs(), etc.). That would be necessary to an easy dispatch of Psycho's report(), with an output adapted to each test.

DominiqueMakowski avatar Sep 15 '18 08:09 DominiqueMakowski

As with separating the plots, this is a great idea. I just don't know how to set up the structure and introduce methods, etc. in a sensible way given my lack of OOP knowledge. I can follow a straightforward example though, so I will have to take a look at those two you mention.

tszanalytics avatar Oct 07 '18 01:10 tszanalytics