CopulaDistribution[ker, {dist_1, dist_2, ...}] represents a copula distribution with kernel distribution ker and marginal distributions dist_1, dist_2, ....
The CompilationTarget option of Compile specifies the target runtime system for the compiled function. The default setting is "MVM", which creates code for the traditional ...
AdjacencyGraph[amat] gives the graph with adjacency matrix amat.AdjacencyGraph[{v_1, v_2, ...}, amat] gives the graph with vertices v_i and adjacency matrix amat.
SQLSelect selects and returns data from a database. An alternative, using raw SQL, is described in "Selecting Data with Raw SQL". If you find that the examples in this ...
OpenCLMemoryAllocate[t, len] allocates a new one-dimensional list of type t returning OpenCLMemory.OpenCLMemoryAllocate[t, {d_1, d_2, ...}] allocates a new list of dimensions ...
Google.com is a well-known web search engine. Google has made a web service available that allows developers to interface with their search engine within their own ...
RenkoChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a Renko chart with prices p_i at date date_i.RenkoChart[{" name", daterange}] makes a Renko chart of closing prices for ...
CCodeGenerate[cfun, name, opts] generates C code from the compiled function cfun using the name as the exported function name, and saves in the file ...
Widget["Wizard"] represents a collection of pages that form a wizard.
This example demonstrates the benefit of supplementing Mathematica functionality with GUIKit user interface elements leveraging existing third-party graph model and editing ...