Displaying 13 results from an estimated 13 matches for "tensora".
Did you mean:
tensor
2008 Jan 29
1
drawing arrows with rgl
Hi,
I am looking for a package which allows me to draw arrows (cylinders
with cones on them, basically) in 3d images produced with rgl. Is such
a thing available?
I did notice the 'compositions' package, which contains
'arrow3D'. However, it relies on 'tensorA', which fails to install on
my machine with the error message copied below. If anyone can help me
fix this problem, that would do the trick too.
Best,
Kasper
----------------
trying URL 'http://www.sourcekeg.co.uk/cran/src/contrib/tensorA_0.31.tar.gz'
Content type 'application/x-t...
2010 Sep 21
1
missing package tensorA
Hi: I was trying to download the package MCMCglmm and it give me this message:
Aviso: dependency ?tensorA? is not available
probando la URL
'http://www.vps.fmvz.usp.br/CRAN/bin/windows64/contrib/2.11/MCMCglmm_2.06.zip'
Content type 'application/zip' length 8988896 bytes (8.6 Mb)
URL abierta
downloaded 8.6 Mb
package 'MCMCglmm' successfully unpacked and MD5 sums checked
my sessi...
2008 Dec 03
1
Taking slices with tensorA
I've set up a simple tensor with indices 'a' and 'b'.
> ftable(B)
b u v w x y
a
a1 0.001868954 0.403345197 0.030088185 0.137252368 0.142634612
a2 0.396935972 0.945219795 0.068828465 0.314180585 0.446338719
a3 0.752412200 0.748810918 0.125532631 0.471686930 0.345062348
a4 0.191103000 0.536607533 0.257740399
2012 Dec 28
4
efficiently multiply different matrices in 3-d array with different vectors?
Hello,
I have been wondering of an efficient way to do this:
I have an n x m x p array Z and a p x n matrix Y.
I want to multiply each of the n matrices with the corresponding column
vector of Y.
In other words, I am wanting to matrix multiply:
Z[i, ,] %*% Y[, i]
which will give me a (two-dimensional) array or matrix of dimension n x
p with the i'th row storing the above.
Any pointers
2016 Apr 28
2
paths for install and libraries?
...ple for testing. My package installs fine, but
some people are having trouble loading it. After library(eoa), they get
something like:
Error: could not load package tcltk2
In DESCRIPTION file, I use
Depends: tcltk, tcltk2, tkrplot
Imports: actuar,
graphics,
gsl,
MASS,
Matrix,
tensorA
If, after getting the "could not load" message, the user installs the
required packages by hand, everything works fine.
My understanding was that both the "Depends: " and the "Imports: " lines in
DESCRIPTION file direct R to automatically install required packages th...
2016 Apr 28
2
paths for install and libraries?
...ple for testing. My package installs fine, but
some people are having trouble loading it. After library(eoa), they get
something like:
Error: could not load package tcltk2
In DESCRIPTION file, I use
Depends: tcltk, tcltk2, tkrplot
Imports: actuar,
graphics,
gsl,
MASS,
Matrix,
tensorA
If, after getting the "could not load" message, the user installs the
required packages by hand, everything works fine.
My understanding was that both the "Depends: " and the "Imports: " lines in
DESCRIPTION file direct R to automatically install required packages th...
2009 Dec 09
2
Recent TeX changes and R/package manuals
...do build their manuals
for me on TL2009 on Linux, MacTeX 2009 (a TL2009 derivative) on Mac OS
X and current MiKTeX 2.8 on Windows.
As far as I can tell, the following CRAN package manuals have been
affected:
distrMod, RCurl, RGtk2, SparseM, VIM, bit, ggplot2, operators,
relations, spam, tensorA
(and only distrMod fatally).
Given the current pace of change (ca 100 updates/week on 'only' 2000
TL packages), more things may pop out of the woodwork.
For the curious and cognescenti:
(i) hyperref is having problems with markup in \section titles, which
'methods' and 'd...
2016 Apr 29
0
[Rd] paths for install and libraries?
...s
> fine, but some people are having trouble loading it. After
> library(eoa), they get something like:
> Error: could not load package tcltk2
> In DESCRIPTION file, I use
> Depends: tcltk, tcltk2, tkrplot
> Imports: actuar, graphics, gsl, MASS, Matrix, tensorA
> If, after getting the "could not load" message, the user
> installs the required packages by hand, everything works
> fine.
> My understanding was that both the "Depends: " and the
> "Imports: " lines in DESCRIPTION file direct R...
2008 Jul 29
1
tensor product of equi-spaced B-splines in the unit square
Dear all,
I need to compute tensor product of B-spline defined over equi-spaced
break-points.
I wrote my own program (it works in a 2-dimensional setting)
library(splines)
# set the break-points
Knots = seq(-1,1,length=10)
# number of splines
M = (length(Knots)-4)^2
# short cut to splineDesign function
bspline = function(x) splineDesign(Knots,x,outer.ok = T)
# bivariate tensor product of
2010 Jul 27
1
R CMD build wiped my computer
...olve.o cs_util.o
cs_utsolve.o dcutopints.o inverseA.o lpzF.o rIW.o rbv.o rtnorm.o
rtnormR.o -L/usr/lib64/R/lib -lR
** R
** data
** inst
** preparing package for lazy loading
Loading required package: lattice
Attaching package: 'Matrix'
The following object(s) are masked from package:tensorA :
norm
The following object(s) are masked from package:stats :
contr.SAS,
contr.helmert,
contr.poly,
contr.sum,
contr.treatment,
xtabs
The following object(s) are masked from package:base :
rcond
** help
*** installing help indices
>>> Building/Updating help pag...
2010 Jul 27
1
R CMD build wiped my computer
...olve.o cs_util.o
cs_utsolve.o dcutopints.o inverseA.o lpzF.o rIW.o rbv.o rtnorm.o
rtnormR.o -L/usr/lib64/R/lib -lR
** R
** data
** inst
** preparing package for lazy loading
Loading required package: lattice
Attaching package: 'Matrix'
The following object(s) are masked from package:tensorA :
norm
The following object(s) are masked from package:stats :
contr.SAS,
contr.helmert,
contr.poly,
contr.sum,
contr.treatment,
xtabs
The following object(s) are masked from package:base :
rcond
** help
*** installing help indices
>>> Building/Updating help pag...
2010 Jul 27
1
R CMD build wiped my computer
...s_usolve.o cs_util.o
cs_utsolve.o dcutopints.o inverseA.o lpzF.o rIW.o rbv.o rtnorm.o
rtnormR.o -L/usr/lib64/R/lib -lR
** R
** data
** inst
** preparing package for lazy loading
Loading required package: lattice
Attaching package: 'Matrix'
The following object(s) are masked from package:tensorA :
norm
The following object(s) are masked from package:stats :
contr.SAS,
contr.helmert,
contr.poly,
contr.sum,
contr.treatment,
xtabs
The following object(s) are masked from package:base :
rcond
** help
*** installing help indices
>>> Building/Updating help pa...
2010 Jul 18
6
CRAN (and crantastic) updates this week
...20), StatFingerprints (2.0), statmod
(1.4.6), stockPortfolio (1.1), stringkernels (0.8.9), SubpathwayMiner
(3.0), surveillance (1.2-1), survey (3.22-2), SV (1.2.4), svcR
(1.6.4), svGUI (0.9-47), svIDE (0.9-49), svMisc (0.9-57), svUnit
(0.7-2), SweaveListingUtils (0.4.5), tawny (1.2.1), tdm (2.2.2),
tensorA (0.35), termstrc (1.3.1), textcat (0.0-3), tgp (2.3-3),
TGUICore (0.9.10), TGUITeaching (0.9.10), time (1.1), timeDate
(2120.89), timereg (1.3-4), timeSeries (2120.88), tis (1.12),
tm.plugin.mail (0.0-3), tnet (2.7.1), tolerance (0.2.1), topicmodels
(0.0-6), topmodel (0.7.2-1), tpr (0.3-1), tractor...