VonMisesDistribution[\[Mu], \[Kappa]] represents a von Mises distribution with mean \[Mu] and concentration \[Kappa].
Weights
(Built-in Mathematica Symbol) Weights is an option for various fitting and other functions which specifies weights to associate with data elements.
Database schema and catalogs can be used to hold collections of database components and objects suitable for particular users. They can be particularly useful when working ...
The raw SQL command SELECT selects and returns data from a database. An alternative is to use the Mathematica command SQLSelect, described in "Selecting Data". If you find ...
$JavaExceptionHandler allows you to control how exceptions thrown in Java are handled in Mathematica.
NETNew[type] constructs a new object of the specified .NET type. NETNew[type, args...] constructs a new object of the specified .NET type, passing the supplied argument ...
TetGenGetFacets[expr] returns the facets for a TetGen expression.
CreateLibrary[source, name] compiles a string of C code and creates a library file, name.ext.CreateLibrary[{file 1, ...}, name] compiles a number of C source files and ...
CString[string] is a symbolic representation of a string expression.
Here is an implementation of the RealTimeAlgebra J/Link example. You can also interact with the dialog in a modeless session.