6 projects tagged "Scientific"
relax is a program designed for the study of the dynamics of proteins or other macromolecules though the analysis of NMR relaxation experiments. It supports exponential curve fitting for the calculation of the R1 and R2 relaxation rates, calculation of the NOE, reduced spectral density mapping, the Lipari and Szabo model-free analysis, study of domain motions via the N-state model and frame order dynamics theories using anisotropic NMR parameters such as RDCs and PCSs, and the investigation of stereochemistry.
Voynex calculator is a Web browser application designed to evaluate mathematical and JavaScript expressions. The main difference between it and other calculators is that it is possible to enter the whole expression at once instead of entering it step by step. For example, it can evaluate expressions like, "sin(sqrt(PI/3)+sqrt(PI/5))+cos(PI/2+1)", "x=pow(4,5)+3; 3*x+log(x)", or "0xff07+0x1c04*(0x45+0x55>>1)". The power of the JavaScript language itself is used to evaluate expressions of arbitrary complexity. It offers a wide set of mathematical functions to calculate trigonometrical, logarithmic, and other expressions.
scikits.statsmodels is a Python package which provides a complement to scipy for statistical computations, including descriptive statistics and estimation of statistical models. The main included model categories are linear, discrete, generalized linear, and robust linear models, and, in time series analysis, AR, ARMA, and VAR. It also includes statistical tests mainly for regression diagnostics.
statsmodels is a Python package which provides a complement to scipy for statistical computations, including descriptive statistics and estimation of statistical models. The main included model categories are linear, discrete, generalized linear, and robust linear, and, in time series analysis, AR, ARMA, and VAR. It also includes statistical tests mainly for regression diagnostics. statsmodels was renamed from scikits.statsmodels.