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,16 @@
pro def polych_ll
version 8.1
args lf rho
#delimit ;
qui replace __POLYpi =
binorm(__POLY1hi,__POLY2hi,`rho') -
binorm(__POLY1lo,__POLY2hi,`rho') -
binorm(__POLY1hi,__POLY2lo,`rho') +
binorm(__POLY1lo,__POLY2lo,`rho')
;
#delimit cr
qui replace `lf' = ln( __POLYpi )
end