KLDivergence.jl
===============
# NOTICE
**This package should not be used.**
# Introduction
Estimate the KL-divergence between two distributions
# Usage
using Distributions, KLDivergence
kl_divergence(Normal(0, 1), Normal(1, 1))
Julia打开包管理器-] 添加软件包-添加Pluto 退出-Ctrl + C 保存-使用本地文件夹位置+文件名在本地保存/Users/rekilprashanth/Documents/GitHubPersonal/julia/notebooks/ 用代码添加包。 设置一个空的包环境 begin ...