Bivariate Gaussian copula cdf and lpdf
Open
@rtrangucci is already working on this.
Since Aug 28, 2018.
- Dominant language
- C++
- Stars
- 839
- Forks
- 220
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 14
Description
Description
Add bivariate Gaussian copula distribution function and log pdf:
- binormal_copula_cdf
template <typename T_u, typename T_rho>
stan::math::return_type<T_u, T_rho>::type
binormal_copula_cdf(const T_u& u, const T_rho& rho)
- binormal_copula_lpdf
template <typename T_u, typename T_rho>
stan::math::return_type<T_u, T_rho>::type
binormal_copula_lpdf(const T_u& u, const T_rho& rho)
Example
Stan language examples:
real binormal_copula_cdf(real u, real rho)
real binormal_copula_lpdf(reals u, reals rho)
Current Math Version
v2.18.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.