Skip to content

Commit c1efaae

Browse files
committed
outline
1 parent 9161671 commit c1efaae

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

notebooks/Determinantal Point Process.ipynb

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,6 +2629,36 @@
26292629
"source": [
26302630
"# Bernoulli sampleis λ/(λ+1) for including 1/(λ+1) omitting"
26312631
]
2632+
},
2633+
{
2634+
"cell_type": "code",
2635+
"execution_count": 207,
2636+
"metadata": {},
2637+
"outputs": [
2638+
{
2639+
"data": {
2640+
"text/plain": [
2641+
"3×3 Array{Float64,2}:\n",
2642+
" 0.996704 -0.00697129 0.0330472\n",
2643+
" -0.027728 -0.220026 -0.707601 \n",
2644+
" -0.0762402 -0.0111153 0.689383 "
2645+
]
2646+
},
2647+
"execution_count": 207,
2648+
"metadata": {},
2649+
"output_type": "execute_result"
2650+
}
2651+
],
2652+
"source": [
2653+
"sum( det(Q[Y,1:3]"
2654+
]
2655+
},
2656+
{
2657+
"cell_type": "code",
2658+
"execution_count": null,
2659+
"metadata": {},
2660+
"outputs": [],
2661+
"source": []
26322662
}
26332663
],
26342664
"metadata": {

0 commit comments

Comments
 (0)