9 Commits

Author SHA1 Message Date
Dr. Kashif Rasul c7e603be3e fix deepvar test 2021-01-01 13:25:46 +01:00
Dr. Kashif Rasul ac1e89e2cb formatting 2020-06-18 22:14:30 +02:00
Ingmar Schuster 5a06d3406f First go at IndependentDistributionOutput (#16)
* First go at IndependentDistributionOutput, subclassed by NormalOutput and NegativeBinomialOutput for now

* Multivariate test for new implementation of NormalOutput

* adding scaling parameter to NormalOutput

* IndependentNormalOutput now is an alias of NormalOutput with a DeprecatedWarning. Some more univariate distributions now inherit from IndependentDistributionOutput

* IndependentNormalOutput now is an alias of NormalOutput with a DeprecatedWarning. Some more univariate distributions now inherit from IndependentDistributionOutput
2020-06-18 17:08:44 +02:00
Kashif Rasul 859595d555 fixed test 2020-06-18 12:55:51 +02:00
Dr. Kashif Rasul cb012405bf optimized the imports 2020-03-30 13:01:08 +02:00
Dr. Kashif Rasul 7aa6f5ff84 added multivariate normal output tests 2020-01-06 15:22:46 +01:00
Dr. Kashif Rasul dc1951b19e added independent normal output 2020-01-04 20:47:04 +01:00
Dr. Kashif Rasul c1be3fa5a7 typos 2020-01-04 12:41:21 +01:00
Dr. Kashif Rasul f050f80feb added multivariate grouper 2020-01-04 12:22:50 +01:00