项目作者: JackSnowWolf

项目描述 :
start our Bayesian Analysis project
高级语言: Julia
项目地址: git://github.com/JackSnowWolf/VE414_final_project.git
创建时间: 2019-06-26T03:47:38Z
项目社区:https://github.com/JackSnowWolf/VE414_final_project

开源协议:MIT License

下载


VE414 Final Project

Start our Bayesian Analysis project

The whole project is focus on predict how many trees and the corresponding
distribution in Jiuling as described in the project_414.pdf.
Our solution is described in the ve414_project.pdf.

We are required to use julia to implement our algorithm without advanced julia packages.
The main function is written in project.jl
and other related source files are in src folder.

Plots

All plots are stored in pic folder.

  • Scatter plot for observation points with and without Tayes.

scatter plots for observation

  • Tayes with estimated tree’s location

Tayes with estimated tree's location

  • Estimated Tayes Observation distribution

Estimated Tayes Observation distribution

Future Work

Actually, our model is not good. We still need a lot of work to do.
Please see the Future Work part in our ppt ve414_project.pdf.