Skip to content

Commit

Permalink
outline
Browse files Browse the repository at this point in the history
  • Loading branch information
alanedelman committed Nov 3, 2019
1 parent 9161671 commit c1efaae
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions notebooks/Determinantal Point Process.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2629,6 +2629,36 @@
"source": [
"# Bernoulli sampleis λ/(λ+1) for including 1/(λ+1) omitting"
]
},
{
"cell_type": "code",
"execution_count": 207,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"3×3 Array{Float64,2}:\n",
" 0.996704 -0.00697129 0.0330472\n",
" -0.027728 -0.220026 -0.707601 \n",
" -0.0762402 -0.0111153 0.689383 "
]
},
"execution_count": 207,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"sum( det(Q[Y,1:3]"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit c1efaae

Please sign in to comment.