Languages
- 3761
- Smoothing Splines
- RKPACK and RKPACK-II are collections of RATFOR (rational FORTRAN) routines by Chong Gu for Gaussian regression using smoothing splines, penalized likelihood density and hazard estimation.
- 3762
- Software for Stochastic Simulation Input Modeling
- Fortran 77 code and Windows executables for fitting Johnson distributions, Poisson processes, and other topics. By James R. Wilson.
- 3763
- Software for the Analysis of Binary Recurrent Events (SABRE)
- Fortran 77 code for the statistical analysis of multi-process random effect response data. These responses can take the form of binary, ordinal, count and linear recurrent events.
- 3764
- Source Code for the Tight T Program
- Free program to determine appropriate sample sizes, allocate specimens, and analyze results in the case in which a response predictor is used to sort the specimens prior to treatment. Includes downloads for Solaris and DOS.
- 3766
- StatCodes
- Metasite with links to source codes in Fortran and C implementing statistical methods which are freely available on the Internet. The codes are chosen for their potential utility for research in astronomy and other physical sciences.
- 3767
- Statistical Analysis of Climate Time Series
- Codes by Manfred Mudelsee. PearsonT estimates Pearson’s correlation coefficient from serially dependent time series. Rampfit estimates ramp function regressions. TAUEST estimates persistence in unevenly spaced weather/climate time series. XTREND estimates trends in the occurrence rate of extreme weather and climate events.
- 3768
- Statistical programs
- Code for "Invariant Small Sample Confidence Intervals For The Difference Of Two Success Probabilities" and "Bootstrap Prediction and Confidence Bands: a Superior Statistical Method for Analysis of Gait Data", by Thomas Santner.
- 3769
- AUTO_DERIV
- Tool for automatic differentiation of Fortran code. Fortran source is available for download for non-commercial applications.
- 3770
- GRAD
- Given a function coded in Fortran, GRAD produces Fortran code to compute the derivatives with respect to specified variables (i.e. the GRADient). The MS DOS binaries can be downloaded freely.
- 3771
- Tapenade
- With focus on Parallelization and Differentiation of scientific software, Tapenade is an online Automatic Differentiation Engine for Fortran programs developed by the TROPICS team at INRIA, France. Along with extensive documentation, description and references, the tool can be downloaded or used online for non-commercial applications.
- 3772
- TaylUR
- An arbitrary-order auto-differentiation module for Fortran 95. It overloads operators and Fortran intrinsics to act correctly on an object of defined type taylor, which encodes a function along with its first few derivatives with respect to several variables (excluding mixed derivatives). Site has links to descriptions and publications, but no application downloads.
- 3773
- Floppy
- Software tool that takes as input a file of Fortran 77 code and checks it according to various "coding conventions". Floppy can "tidy" the source Fortran, producing a new file with indented DO-loops, block IF's, and so on. Floppy can be used to generate HTML from the Fortran program.
- 3774
- Forcheck
- Statically analyzes Fortran 66/77/90/95/2003 code for syntax and semantic errors. Produces documentation like cross-references and call-tree. Validates for cross-platform and standard conformance. [Commercial]
- 3776
- Fortran Source Check
- Produces compile-time diagnostics of Fortran code using the Lahey/Fujitsu Fortran 95, Lahey Fortran 90, or Essential Lahey Fortran 90 compilers. Can show warnings, perform a Fortran 90/95 conformance check, warn about use of obsolescent features, force implicit none, and show source listing and cross reference. Runs online, for free.
- 3777
- Ftagshtml
- Software to help developers navigate source code written in Fortran 77, Fortran 90 and C. Source code is transformed into HTML for browsing.
- 3778
- Ftnchek
- Static analyzer for Fortran 77 designed to detect certain errors that a compiler usually does not. [Free]