Displaying 6 results from an estimated 6 matches for "mathcal".
Did you mean:
mathcad
2003 Oct 24
1
\mathcal symbols in R?
Hello,
Some time ago, I discovered the possibility of using mathematical
symbols for axis labels etc. In order ensure consistency between text
and graphics of some paper, I would like to include the calligraphic H
(obtained in LaTeX via \mathcal{H}) in several diagrams. Is there any
way to do so? Is it in general possible to use further mathematical
fonts like \mathbb and \mathbf in R?
Best
Michael
--
--------------------------------------------
Dr. Michael Grottke
University of Erlangen-Nuremberg
Chair of Statistics and Econometr...
2002 Jan 14
1
trouble using R Mathlib as standalone
...);
return y;
}
****************************************************************************
g++-3.0 -c -Wall -pedantic -Werror -g rand.cc -lRmath
In file included from rand.cc:4:
/usr/include/Rmath.h:520: declaration of `double log1p(double)' throws
different exceptions
/usr/include/bits/mathcalls.h:125: than previous declaration `double
log1p(double) throw ()'
rand.cc: In function `double q_gibbs_rand(Cube&, double&, size_t&)':
rand.cc:23: `GetRNGstate' undeclared (first use this function)
rand.cc:23: (Each undeclared identifier is reported only once for each
fu...
2006 Feb 12
1
Mathematical typesetting of column heads using the latex (Hmisc) function
...amp;
\multicolumn{1}{c}{Pr(>Chisq)}
<snip>
I would like it to produce
\newcolumntype{.}{D{.}{.}{-1}}
\begin{center}
\begin{tabular}{l.......}\toprule
&
\multicolumn{1}{c}{d.f.}&
\multicolumn{1}{c}{\textsc{aic}}&
\multicolumn{1}{c}{\textsc{bic}}&
\multicolumn{1}{c}{$\log{(\mathcal{L})}$}&
\multicolumn{1}{c}{$\chi^{2}$}&
\multicolumn{1}{c}{\chi^{2}$ d.f.}&
\multicolumn{1}{c}{Pr($> \chi^{2}$)}
<snip>
_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS: P.O.Box 400400 Charlottesville, VA 22904...
2003 May 06
0
openh323gk installation
when i try to install openh323gk i get the following error please help
ldaplink.cxx:345: call of overloaded `pow(double, unsigned int&)' is
ambiguous
/usr/include/bits/mathcalls.h:143: candidates are: double pow(double,
double)
/usr/include/g++/cmath:427: long double std::pow(long
double,
int)
/usr/include/g++/cmath:423: float std::pow(float, int)
/usr/include/g++/cmath:419: double std::pow(double, int)
/usr/include/g++...
2014 May 22
1
citEntry handling of encoded URLs
The following citEntry includes a url with %3A and other encodings
citEntry(entry="article",
title = "Software for Computing and Annotating Genomic Ranges",
author = personList( as.person("Michael Lawrence" )),
year = 2013,
journal = "{PLoS} Computational Biology",
volume = "9",
issue =
2004 Jan 29
3
Developmental version of Matrix package for R-1.9.0
I recently uploaded a developmental version of the Matrix package,
Matrix_0.6-1.tar.gz, to CRAN where it is in the
src/contrib/1.9.0/Other directory. It requires some of the packages
that will appear in R-1.9.0.
This version marks a major redesign of the Matrix package to use S4
classes and methods and to incorporate sparse matrix manipulations
using routines from TAUCS