jaak-s / BayesianDataFusion.jl

Bayesian multi-tensor factorization methods, with side information
Other
29 stars 19 forks source link

Self supported NormalWishart #1

Closed jaak-s closed 9 years ago

jaak-s commented 9 years ago

Currently NormalWishart is taken form Distributions package. However, the NormalWishart was removed from there.

Copy necessary pieces to support new and rand(::NormalWishart) to our code.