This package provides FFI bindings to the various libwayland-*.so
libraries. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the crate rust-wayland-client
for usable bindings.
Univariate and multivariate normal data simulation. They also supply a brief summary of the analysis for each experiment/design: - Independent samples. - One-way and two-way Anova. - Paired samples (T-Test & Regression). - Repeated measures (Anova & Multiple Regression). - Clinical Assay.
This package provides FFI bindings to the various libwayland-*.so
libraries. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the crate rust-wayland-client
for usable bindings.
This package provides FFI bindings to the various libwayland-*.so
libraries. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the crate rust-wayland-client
for usable bindings.
This package provides FFI bindings to the various libwayland-*.so
libraries. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the crate rust-wayland-client
for usable bindings.
This package provides FFI bindings to the various libwayland-*.so
libraries. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the crate rust-wayland-client
for usable bindings.
This package provides FFI bindings to the various libwayland-*.so
libraries. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the crate rust-wayland-client
for usable bindings.
This package provides FFI bindings to the various libwayland-*.so
libraries. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the crate rust-wayland-client
for usable bindings.
Ref::Util::XS
is the XS implementation of Ref::Util
, which provides several functions to help identify references in a more convenient way than the usual approach of examining the return value of ref
.
This package provides functions for the complete analysis of respiratory data. Consists of a set of functions that allow to preprocessing respiratory data, calculate both regular statistics and nonlinear statistics, conduct group comparison and visualize the results. Especially, Power Spectral Density ('PSD') (A. Eke (2000) <doi:10.1007/s004249900135>), MultiScale
Entropy(MSE) ('Madalena Costa(2002) <doi:10.1103/PhysRevLett.89.068102>
) and MultiFractal
Detrended Fluctuation Analysis(MFDFA) ('Jan W.Kantelhardt (2002) <doi:10.1016/S0378-4371(02)01383-3>) were applied for the analysis of respiratory data.
This package provides an expectation maximization (EM) algorithm to fit a mixture of continuous time Markov models for use with clickstream or other sequence type data. Gallaugher, M.P.B and McNicholas
, P.D. (2018) <arXiv:1802.04849>
.
This package provides a collection of toys to do things like generate Collatz and other interesting sequences, calculate a fraction which is a close approximation to some value (e.g., 22/7 or 355/113 for pi), and so on.
Computes Monte Carlo standard errors for summaries of Monte Carlo output. Summaries and their standard errors are based on columns of Monte Carlo simulation output. Dennis D. Boos and Jason A. Osborne (2015) <doi:10.1111/insr.12087>.
Measures mobility in a population through transition matrices and mobility indices. Relative, mixed, and absolute transition matrices are supported. The Prais-Bibby, Absolute Movement, Origin Specific, and Weighted Group Mobility indices are supported. Example income and grade data are included.
Identifies the entries with patterned responses for psychometric scales. The patterns included in the package are identical (a, a, a), ascending (a, b, c), descending (c, b, a), alternative (a, b, a, b / a, b, c, a, b, c).
It contains soft clustering algorithms, in particular approaches derived from rough set theory: Lingras & West original rough k-means, Peters refined rough k-means, and PI rough k-means. It also contains classic k-means and a corresponding illustrative demo.
This package provides functionality to generate, (interactively) modify (by adding, removing and renaming nodes) and convert nested hierarchies between different formats. These tree like structures can be used to define for example complex hierarchical tables used for statistical disclosure control.
Visualize and tabulate single-choice, multiple-choice, matrix-style questions from survey data. Includes ability to group cross-tabulations, frequency distributions, and plots by categorical variables and to integrate survey weights. Ideal for quickly uncovering descriptive patterns in survey data.
This package provides a framework for generating virtual species distributions, a procedure increasingly used in ecology to improve species distribution models. This package integrates the existing methodological approaches with the objective of generating virtual species distributions with increased ecological realism.
Use the what3words API <https://developer.what3words.com/public-api> to return three words which uniquely identify every 3m x 3m square on Earth. It is also possible to return coordinates from any valid three words location. Supports multiple languages.
This package provides a functionality to reproject astronomical images using various techniques via a uniform interface, where reprojection is the re-gridding of images from one world coordinate system to another e.g. changing the pixel resolution, orientation, coordinate system.
This package provides a suite of methods for powerful and robust microbiome data analysis addressing zero-inflation, phylogenetic structure and compositional effects. The methods can be applied to the analysis of other (high-dimensional) compositional data arising from sequencing experiments.
The futile.options subsystem provides an easy user-defined options management system that is properly scoped. This means that options created via futile.options
are fully self-contained and will not collide with options defined in other packages.
MagicCrypt is a library to encrypt/decrypt strings, files, or data, using Data Encryption Standard(DES) or Advanced Encryption Standard(AES) algorithms. It supports CBC block cipher mode, PKCS5 padding and 64, 128, 192 or 256-bits key length.