Setup initial file structure

This commit is contained in:
2024-03-05 11:20:30 +01:00
parent 6183a6391b
commit 70e53e7760
708 changed files with 277486 additions and 0 deletions

View File

@ -0,0 +1,17 @@
program define polyser_ll
version 8.1
args lf rho
#delimit ;
qui replace `lf' =
ln(
(
norm( (__POLY2hi - `rho'*$ML_y1)/sqrt(1-`rho'*`rho') ) -
norm( (__POLY2lo - `rho'*$ML_y1)/sqrt(1-`rho'*`rho') )
) * normden($ML_y1)
)
;
#delimit cr
end