TradingChart[{{date_1, {open_1, high_1, low_1, close_1, volume_1}}, ...}] makes a chart showing prices and volume for each date. TradingChart[{" name", daterange}] makes a ...
ProbitModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a binomial probit regression model of the form 1/2 (1 + erf((\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + \ ...
LibraryGenerate[cfun, name, opts] generates a shared library from the compiled function cfun using the name as the exported function name.
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
RemoteServiceInformation[agent] returns information about the services provided by agent.RemoteServiceInformation[] returns information about services provided by agents on ...
CArray
(SymbolicC Package Symbol) CArray[name, args] is a symbolic representation of an array.
CBreak
(SymbolicC Package Symbol) CBreak[] is a symbolic representation of a break statement.
CExpression[arg] is a symbolic representation of code that will format using CForm[arg].
CFunction[type, name, args, body] is a symbolic representation of a function definition.CFunction[type, name, args] is a symbolic representation of a function declaration.
CIf
(SymbolicC Package Symbol) CIf[test, trueArg, falseArg] is a symbolic representation of a conditional statement. CIf[test, trueArg] only has a branch if test is true.