jonnyyen
jonnyyen t1_iyaqmth wrote
Reply to comment by sleepyzalophus in Space Force orders three GPS satellites for $744 million by Corbulo2526
And the GPS constellation is instrumented for a lot more than just positioning, navigation and timing. So full replacement will need the US government to have plans beyond a PNT replacement system, and likely that will still involve a heavy presence at MEO and continued presence at GEO.
jonnyyen t1_jbvhdvn wrote
Reply to [P] Introducing confidenceinterval, the long missing python library for computing confidence intervals by jacobgil
Nice to see a python implementation of deLong's method - I've had to use pROC (in R) for that in the past. For binary event analysis (among other things) there's also https://github.com/drsteve/PyForecastTools, which also has bootstrapped confidence intervals, or analytic CI using Wald or Agresti-Coull. The terminology is from weather literature, but it covers a lot of the same ground.