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
.
Based on the qspray package, this package introduces the new type ratioOfQsprays
'. An object of type qspray represents a multivariate polynomial with rational coefficients while an object of type ratioOfQsprays
', defined by two qspray objects, represents a fraction of two multivariate polynomials with rational coefficients. Arithmetic operations for these objects are available, and they always return irreducible fractions. Other features include: differentiation, evaluation, conversion to a function, and fine control of the way to print a ratioOfQsprays
object. The C++ library CGAL is used to make the fractions irreducible.
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.
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.
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.
This package contains three functions that access environmental data from any ERDDAPâ ¢ data web service. The rxtracto()
function extracts data along a trajectory for a given "radius" around the point. The rxtracto_3D()
function extracts data in a box. The rxtractogon()
function extracts data in a polygon. All of those three function use the rerddap package to extract the data, and should work with any ERDDAPâ ¢ server. There are also two functions, plotBBox()
and plotTrack()
that use the plotdap package to simplify the creation of maps of the data.
Enables to compute the statistical indices of affluence (richness) with bootstrap errors, and inequality and polarization indices. Moreover, gives the possibility of calculation of affluence line. Some simple errors are fixed and it works with new version of Spatial Statistics packaged.
ClickHouse
(<https://clickhouse.com/>) is an open-source, high performance columnar OLAP (online analytical processing of queries) database management system for real-time analytics using SQL. This DBI backend relies on the ClickHouse
HTTP interface and support HTTPS protocol.
This package implements the multiple changepoint algorithm PELT with a nonparametric cost function based on the empirical distribution of the data. This package extends the changepoint package (see Killick, R and Eckley, I (2014) <doi:10.18637/jss.v058.i03> ).
Bindings to tesseract': tesseract (<https://github.com/tesseract-ocr/tesseract>) is a powerful optical character recognition (OCR) engine that supports over 100 languages. The engine is highly configurable in order to tune the detection algorithms and obtain the best possible results.