[Robast-commits] r867 - in pkg/RandVar: . R man tests tests/Examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 23 18:47:38 CEST 2016


Author: ruckdeschel
Date: 2016-04-23 18:47:37 +0200 (Sat, 23 Apr 2016)
New Revision: 867

Modified:
   pkg/RandVar/DESCRIPTION
   pkg/RandVar/NAMESPACE
   pkg/RandVar/R/util.R
   pkg/RandVar/man/0RandVar-package.Rd
   pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save
   pkg/RandVar/tests/tests.Rout.save
Log:
prepared RandVar for upload on CRAN

Modified: pkg/RandVar/DESCRIPTION
===================================================================
--- pkg/RandVar/DESCRIPTION	2015-11-16 08:34:32 UTC (rev 866)
+++ pkg/RandVar/DESCRIPTION	2016-04-23 16:47:37 UTC (rev 867)
@@ -1,9 +1,10 @@
 Package: RandVar
-Version: 0.9.3
-Date: 2013-09-12
-Title: Implementation of random variables
-Description: Implementation of random variables by means of S4 classes and methods
+Version: 0.9.4
+Date: 2016-04-23
+Title: Implementation of Random Variables
+Description: Implements random variables by means of S4 classes and methods.
 Depends: R (>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5)
+Imports: startupmsg
 Author: Matthias Kohl, Peter Ruckdeschel
 Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
 ByteCompile: yes
@@ -13,4 +14,4 @@
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-SVNRevision: 696
+SVNRevision: 866

Modified: pkg/RandVar/NAMESPACE
===================================================================
--- pkg/RandVar/NAMESPACE	2015-11-16 08:34:32 UTC (rev 866)
+++ pkg/RandVar/NAMESPACE	2016-04-23 16:47:37 UTC (rev 867)
@@ -1,6 +1,7 @@
 import("methods")
 import("distr")
 import("distrEx")
+importFrom("startupmsg", "buildStartupMessage")
 
 exportClasses("OptionalrSpace") 
 exportClasses("RandVariable", 

Modified: pkg/RandVar/R/util.R
===================================================================
--- pkg/RandVar/R/util.R	2015-11-16 08:34:32 UTC (rev 866)
+++ pkg/RandVar/R/util.R	2016-04-23 16:47:37 UTC (rev 867)
@@ -25,4 +25,4 @@
         }else
            return(UnivarLebDecDistribution(r = rl, y = y))
     }
-}
\ No newline at end of file
+}

Modified: pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- pkg/RandVar/man/0RandVar-package.Rd	2015-11-16 08:34:32 UTC (rev 866)
+++ pkg/RandVar/man/0RandVar-package.Rd	2016-04-23 16:47:37 UTC (rev 867)
@@ -11,14 +11,14 @@
 \details{
 \tabular{ll}{
 Package: \tab RandVar \cr
-Version: \tab 0.9.1 \cr
-Date: \tab 2013-09-12 \cr
+Version: \tab 0.9.4 \cr
+Date: \tab 2016-04-23 \cr
 Depends: \tab R (>= 2.12.0), methods, startupmsg, distr(>= 2.0), distrEx(>=
 2.0)\cr
 LazyLoad: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://robast.r-forge.r-project.org/\cr
-SVNRevision: \tab 696 \cr
+SVNRevision: \tab 866 \cr
 }
 }
 \author{

Modified: pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save
===================================================================
--- pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save	2015-11-16 08:34:32 UTC (rev 866)
+++ pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save	2016-04-23 16:47:37 UTC (rev 867)
@@ -1,2448 +1,2455 @@
-
-R version 2.12.1 Patched (2011-01-04 r53913)
-Copyright (C) 2011 The R Foundation for Statistical Computing
-ISBN 3-900051-07-0
-Platform: x86_64-unknown-linux-gnu (64-bit)
-
-R is free software and comes with ABSOLUTELY NO WARRANTY.
-You are welcome to redistribute it under certain conditions.
-Type 'license()' or 'licence()' for distribution details.
-
-  Natural language support but running in an English locale
-
-R is a collaborative project with many contributors.
-Type 'contributors()' for more information and
-'citation()' on how to cite R or R packages in publications.
-
-Type 'demo()' for some demos, 'help()' for on-line help, or
-'help.start()' for an HTML browser interface to help.
-Type 'q()' to quit R.
-
-> pkgname <- "RandVar"
-> source(file.path(R.home("share"), "R", "examples-header.R"))
-> options(warn = 1)
-> library('RandVar')
-Loading required package: startupmsg
-:startupmsg>  Utilities for start-up messages (version 0.7.1)
-:startupmsg> 
-:startupmsg>  For more information see ?"startupmsg",
-:startupmsg>  NEWS("startupmsg")
-
-Loading required package: distr
-Loading required package: sfsmisc
-Loading required package: SweaveListingUtils
-:SweaveListingUtils>  Utilities for Sweave together with
-:SweaveListingUtils>  TeX listings package (version 0.5)
-:SweaveListingUtils> 
-:SweaveListingUtils>  Some functions from package 'base'
-:SweaveListingUtils>  are intentionally masked ---see
-:SweaveListingUtils>  SweaveListingMASK().
-:SweaveListingUtils> 
-:SweaveListingUtils>  Note that global options are
-:SweaveListingUtils>  controlled by
-:SweaveListingUtils>  SweaveListingoptions() ---c.f.
-:SweaveListingUtils>  ?"SweaveListingoptions".
-:SweaveListingUtils> 
-:SweaveListingUtils>  For more information see
-:SweaveListingUtils>  ?"SweaveListingUtils",
-:SweaveListingUtils>  NEWS("SweaveListingUtils")
-:SweaveListingUtils>  There is a vignette to this
-:SweaveListingUtils>  package; try
-:SweaveListingUtils>  vignette("ExampleSweaveListingUtils").
-
-
-Attaching package: 'SweaveListingUtils'
-
-The following object(s) are masked from 'package:base':
-
-    library, require
-
-:distr>  Object oriented implementation of distributions (version
-:distr>  2.3)
-:distr> 
-:distr>  Attention: Arithmetics on distribution objects are
-:distr>  understood as operations on corresponding random variables
-:distr>  (r.v.s); see distrARITH().
-:distr> 
-:distr>  Some functions from package 'stats' are intentionally masked
-:distr>  ---see distrMASK().
-:distr> 
-:distr>  Note that global options are controlled by distroptions()
-:distr>  ---c.f. ?"distroptions".
-:distr> 
-:distr>  For more information see ?"distr", NEWS("distr"), as well as
-:distr>    http://distr.r-forge.r-project.org/
-:distr>  Package "distrDoc" provides a vignette to this package as
-:distr>  well as to several extension packages; try
-:distr>  vignette("distr").
-
-
-Attaching package: 'distr'
-
-The following object(s) are masked from 'package:stats':
-
-    df, qqplot, sd
-
-Loading required package: distrEx
-Loading required package: evd
-Loading required package: actuar
-
-Attaching package: 'actuar'
-
-The following object(s) are masked from 'package:grDevices':
-
-    cm
-
-:distrEx>  Extensions of package distr (version 2.3)
-:distrEx> 
-:distrEx>  Note: Packages "e1071", "moments", "fBasics" should be
-:distrEx>  attached /before/ package "distrEx". See distrExMASK().
-:distrEx> 
-:distrEx>  For more information see ?"distrEx", NEWS("distrEx"), as
-:distrEx>  well as
-:distrEx>    http://distr.r-forge.r-project.org/
-:distrEx>  Package "distrDoc" provides a vignette to this package
-:distrEx>  as well as to several related packages; try
-:distrEx>  vignette("distr").
-
-
-Attaching package: 'distrEx'
-
-The following object(s) are masked from 'package:stats':
-
-    IQR, mad, median, var
-
-:RandVar>  Implementation of random variables (version 0.8)
-:RandVar> 
-:RandVar>  For more information see ?"RandVar", NEWS("RandVar"), as
-:RandVar>  well as
-:RandVar>    http://robast.r-forge.r-project.org/
-:RandVar>  This package also includes a vignette; try
-:RandVar>  vignette("RandVar").
-
-> 
-> assign(".oldSearch", search(), pos = 'CheckExEnv')
-> cleanEx()
-> nameEx("0RandVar-package")
-> ### * 0RandVar-package
-> 
-> flush(stderr()); flush(stdout())
-> 
-> ### Name: RandVar-package
-> ### Title: Implementation of random variables
-> ### Aliases: RandVar-package RandVar
-> ### Keywords: package
-> 
-> ### ** Examples
-> 
-> library(RandVar)
-> #vignette("RandVar")
-> 
-> 
-> 
-> cleanEx()
-> nameEx("EuclRandMatrix-class")
-> ### * EuclRandMatrix-class
-> 
-> flush(stderr()); flush(stdout())
-> 
-> ### Name: EuclRandMatrix-class
-> ### Title: Euclidean random matrix
-> ### Aliases: EuclRandMatrix-class
-> ###   coerce,EuclRandMatrix,EuclRandVarList-method Dim
-> ###   Dim,EuclRandMatrix-method Dim<- Dim<-,EuclRandMatrix-method
-> ###   [,EuclRandMatrix-method ncol,EuclRandMatrix-method
-> ###   nrow,EuclRandMatrix-method dimension,EuclRandMatrix-method
-> ###   evalRandVar,EuclRandMatrix,numeric,missing-method
-> ###   evalRandVar,EuclRandMatrix,matrix,missing-method
-> ###   evalRandVar,EuclRandMatrix,numeric,Distribution-method
-> ###   evalRandVar,EuclRandMatrix,matrix,Distribution-method
-> ###   t,EuclRandMatrix-method show,EuclRandMatrix-method
-> ###   %*%,matrix,EuclRandMatrix-method %*%,numeric,EuclRandMatrix-method
-> ###   %*%,EuclRandMatrix,matrix-method %*%,EuclRandMatrix,numeric-method
-> ###   %*%,EuclRandMatrix,EuclRandMatrix-method
-> ###   Arith,numeric,EuclRandMatrix-method
-> ###   Arith,EuclRandMatrix,numeric-method
-> ###   Arith,EuclRandMatrix,EuclRandMatrix-method Math,EuclRandMatrix-method
-> ###   E,UnivariateDistribution,EuclRandMatrix,missing-method
-> ###   E,AbscontDistribution,EuclRandMatrix,missing-method
-> ###   E,DiscreteDistribution,EuclRandMatrix,missing-method
-> ###   E,MultivariateDistribution,EuclRandMatrix,missing-method
-> ###   E,DiscreteMVDistribution,EuclRandMatrix,missing-method
-> ###   E,UnivariateCondDistribution,EuclRandMatrix,numeric-method
-> ###   E,AbscontCondDistribution,EuclRandMatrix,numeric-method
-> ###   E,DiscreteCondDistribution,EuclRandMatrix,numeric-method
-> ### Keywords: classes arith math
-> 
-> ### ** Examples
-> 
-> L1 <- list(function(x){x}, function(x){x^2}, function(x){x^3}, function(x){x^4}, 
-+            function(x){x^5}, function(x){x^6})
-> L2 <- list(function(x){exp(x)}, function(x){abs(x)}, 
-+            function(x){sin(x)}, function(x){floor(x)})
-> 
-> R1 <- new("EuclRandMatrix", Map = L1, Dim = as.integer(c(3,2)), 
-+                             Domain = Reals(), Range = Reals())
-> dimension(R1)
-[1] 6
-> R1[1:2, 2]
-An object of class “EuclRandVariable” 
-length of Map:	 2 
-Domain:	Real Space with dimension 1 
-Range:	Real Space with dimension 1 
-> R1[1:2, 1:2]
-An object of class “EuclRandMatrix” 
-Dim of Map:	 2 2 
-Domain:	Real Space with dimension 1 
-Range:	Real Space with dimension 1 
-> Map(R1[1,2])
-[[1]]
-function (x) 
-{
-    x^4
-}
-
-> Map(t(R1)[2,1])
-[[1]]
-function (x) 
-{
-    f <- function (x) 
-    {
-        x^4
-    }
-    t(f(x))
-}
-<environment: 0x382ce28>
-
-> 
-> R2 <- EuclRandMatrix(Map = L2, ncol = 2, Domain = Reals(), dimension = 1)
-> dimension(R2)
-[1] 4
-> (DL <- imageDistr(R2, Norm()))
-An object of class "DistrList"
- [[1]] Distribution Object of Class: AbscontDistribution
- [[2]] Distribution Object of Class: AbscontDistribution
- [[3]] Distribution Object of Class: AbscontDistribution
- [[4]] Distribution Object of Class: AbscontDistribution
-Warning in function (object)  :
-  arithmetics on distributions are understood as operations on r.v.'s
-see 'distrARITH()'; for switching off this warning see '?distroptions'
-Warning in function (object)  :
-  slots d,p,q have been filled using simulations; for switching off this warning see '?distroptions'
-> plot(DL)
-> 
-> Map(gamma(R2)) # "Math" group
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        exp(x)
-    }
-    gamma(f1(x))
-}
-<environment: 0x3754358>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        abs(x)
-    }
-    gamma(f1(x))
-}
-<environment: 0x3754358>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        sin(x)
-    }
-    gamma(f1(x))
-}
-<environment: 0x3754358>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        floor(x)
-    }
-    gamma(f1(x))
-}
-<environment: 0x3754358>
-
-> 
-> ## "Arith" group
-> Map(2/R1)
-[[1]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x
-    }
-    2/f2(x)
-}
-<environment: 0x33fcc98>
-
-[[2]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^2
-    }
-    2/f2(x)
-}
-<environment: 0x33fcc98>
-
-[[3]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^3
-    }
-    2/f2(x)
-}
-<environment: 0x33fcc98>
-
-[[4]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^4
-    }
-    2/f2(x)
-}
-<environment: 0x33fcc98>
-
-[[5]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^5
-    }
-    2/f2(x)
-}
-<environment: 0x33fcc98>
-
-[[6]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^6
-    }
-    2/f2(x)
-}
-<environment: 0x33fcc98>
-
-> Map(R2 * R2)
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        exp(x)
-    }
-    f2 <- function (x) 
-    {
-        exp(x)
-    }
-    f1(x) * f2(x)
-}
-<environment: 0x2f63368>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        abs(x)
-    }
-    f2 <- function (x) 
-    {
-        abs(x)
-    }
-    f1(x) * f2(x)
-}
-<environment: 0x2f63368>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        sin(x)
-    }
-    f2 <- function (x) 
-    {
-        sin(x)
-    }
-    f1(x) * f2(x)
-}
-<environment: 0x2f63368>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        floor(x)
-    }
-    f2 <- function (x) 
-    {
-        floor(x)
-    }
-    f1(x) * f2(x)
-}
-<environment: 0x2f63368>
-
-> 
-> 
-> 
-> cleanEx()
-> nameEx("EuclRandMatrix")
-> ### * EuclRandMatrix
-> 
-> flush(stderr()); flush(stdout())
-> 
-> ### Name: EuclRandMatrix
-> ### Title: Generating function for EuclRandMatrix-class
-> ### Aliases: EuclRandMatrix
-> ### Keywords: classes
-> 
-> ### ** Examples
-> 
-> L1 <- list(function(x){x}, function(x){x^2}, function(x){x^3}, function(x){x^4}, 
-+            function(x){x^5}, function(x){x^6})
-> L2 <- list(function(x){exp(x)}, function(x){abs(x)}, 
-+            function(x){sin(x)}, function(x){floor(x)})
-> 
-> R1 <- EuclRandMatrix(Map = L1, nrow = 3, Domain = Reals(), dimension = 1)
-> R1[1:2, 2]
-An object of class “EuclRandVariable” 
-length of Map:	 2 
-Domain:	Real Space with dimension 1 
-Range:	Euclidean Space with dimension 1 
-> R1[1:2, 1:2]
-An object of class “EuclRandMatrix” 
-Dim of Map:	 2 2 
-Domain:	Real Space with dimension 1 
-Range:	Euclidean Space with dimension 1 
-> Map(R1[1,2])
-[[1]]
-function (x) 
-{
-    x^4
-}
-
-> Map(t(R1)[2,1])
-[[1]]
-function (x) 
-{
-    f <- function (x) 
-    {
-        x^4
-    }
-    t(f(x))
-}
-<environment: 0x4fa6ab0>
-
-> 
-> R2 <- EuclRandMatrix(Map = L2, ncol = 2, Domain = Reals(), dimension = 1)
-> (DL <- imageDistr(R2, Norm()))
-An object of class "DistrList"
- [[1]] Distribution Object of Class: AbscontDistribution
- [[2]] Distribution Object of Class: AbscontDistribution
- [[3]] Distribution Object of Class: AbscontDistribution
- [[4]] Distribution Object of Class: AbscontDistribution
-Warning in function (object)  :
-  arithmetics on distributions are understood as operations on r.v.'s
-see 'distrARITH()'; for switching off this warning see '?distroptions'
-Warning in function (object)  :
-  slots d,p,q have been filled using simulations; for switching off this warning see '?distroptions'
-> plot(DL)
-> 
-> Map(gamma(R2)) # "Math" group
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        exp(x)
-    }
-    gamma(f1(x))
-}
-<environment: 0x41b86b0>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        abs(x)
-    }
-    gamma(f1(x))
-}
-<environment: 0x41b86b0>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        sin(x)
-    }
-    gamma(f1(x))
-}
-<environment: 0x41b86b0>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        floor(x)
-    }
-    gamma(f1(x))
-}
-<environment: 0x41b86b0>
-
-> 
-> ## "Arith" group
-> Map(2/R1)
-[[1]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x
-    }
-    2/f2(x)
-}
-<environment: 0x414d1b8>
-
-[[2]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^2
-    }
-    2/f2(x)
-}
-<environment: 0x414d1b8>
-
-[[3]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^3
-    }
-    2/f2(x)
-}
-<environment: 0x414d1b8>
-
-[[4]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^4
-    }
-    2/f2(x)
-}
-<environment: 0x414d1b8>
-
-[[5]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^5
-    }
-    2/f2(x)
-}
-<environment: 0x414d1b8>
-
-[[6]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^6
-    }
-    2/f2(x)
-}
-<environment: 0x414d1b8>
-
-> Map(R2 * R2)
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        exp(x)
-    }
-    f2 <- function (x) 
-    {
-        exp(x)
-    }
-    f1(x) * f2(x)
-}
-<environment: 0x404e430>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        abs(x)
-    }
-    f2 <- function (x) 
-    {
-        abs(x)
-    }
-    f1(x) * f2(x)
-}
-<environment: 0x404e430>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        sin(x)
-    }
-    f2 <- function (x) 
-    {
-        sin(x)
-    }
-    f1(x) * f2(x)
-}
-<environment: 0x404e430>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        floor(x)
-    }
-    f2 <- function (x) 
-    {
-        floor(x)
-    }
-    f1(x) * f2(x)
-}
-<environment: 0x404e430>
-
-> 
-> 
-> ## The function is currently defined as
-> function(Map = list(function(x){1}), nrow = 1, ncol = 1,
-+                               Domain = NULL, dimension = 1) {
-+     if (missing(nrow)) 
-+         nrow <- ceiling(length(Map)/ncol)
-+     else if (missing(ncol)) 
-+         ncol <- ceiling(length(Map)/nrow)
-+     
-+     if(missing(Range))
-+         return(new("EuclRandMatrix", Map = Map, Domain = Domain, 
-+                    Range = EuclideanSpace(dimension = dimension),
-+                    Dim = as.integer(c(nrow, ncol))))
-+     else
-+         return(new("EuclRandMatrix", Map = Map, Domain = Domain, 
-+                    Range = Range, Dim = as.integer(c(nrow, ncol))))
-+ }
-function (Map = list(function(x) {
-    1
-}), nrow = 1, ncol = 1, Domain = NULL, dimension = 1) 
-{
-    if (missing(nrow)) 
-        nrow <- ceiling(length(Map)/ncol)
-    else if (missing(ncol)) 
-        ncol <- ceiling(length(Map)/nrow)
-    if (missing(Range)) 
-        return(new("EuclRandMatrix", Map = Map, Domain = Domain, 
-            Range = EuclideanSpace(dimension = dimension), Dim = as.integer(c(nrow, 
-                ncol))))
-    else return(new("EuclRandMatrix", Map = Map, Domain = Domain, 
-        Range = Range, Dim = as.integer(c(nrow, ncol))))
-}
-> 
-> 
-> 
-> cleanEx()
-> nameEx("EuclRandVarList-class")
-> ### * EuclRandVarList-class
-> 
-> flush(stderr()); flush(stdout())
-> 
-> ### Name: EuclRandVarList-class
-> ### Title: List of Euclidean random variables
-> ### Aliases: EuclRandVarList-class numberOfMaps
-> ###   numberOfMaps,EuclRandVarList-method dimension,EuclRandVarList-method
-> ###   evalRandVar,EuclRandVarList,numeric,missing-method
-> ###   evalRandVar,EuclRandVarList,matrix,missing-method
-> ###   evalRandVar,EuclRandVarList,numeric,Distribution-method
-> ###   evalRandVar,EuclRandVarList,matrix,Distribution-method
-> ###   imageDistr,EuclRandVarList,Distribution-method
-> ###   t,EuclRandVarList-method show,EuclRandVarList-method
-> ###   Arith,numeric,EuclRandVarList-method
-> ###   Arith,EuclRandVarList,numeric-method
-> ###   Arith,EuclRandVarList,EuclRandVarList-method
-> ###   Math,EuclRandVarList-method %m%
-> ###   %m%,EuclRandVarList,EuclRandVarList-method
-> ###   %*%,matrix,EuclRandVarList-method %*%,EuclRandVarList,matrix-method
-> ###   E,UnivariateDistribution,EuclRandVarList,missing-method
-> ###   E,AbscontDistribution,EuclRandVarList,missing-method
-> ###   E,DiscreteDistribution,EuclRandVarList,missing-method
-> ###   E,MultivariateDistribution,EuclRandVarList,missing-method
-> ###   E,DiscreteMVDistribution,EuclRandVarList,missing-method
-> ###   E,UnivariateCondDistribution,EuclRandVarList,numeric-method
-> ###   E,AbscontCondDistribution,EuclRandVarList,numeric-method
-> ###   E,DiscreteCondDistribution,EuclRandVarList,numeric-method
-> ### Keywords: classes
-> 
-> ### ** Examples
-> 
-> L1 <- list(function(x){x}, function(x){x^2}, function(x){x^3}, function(x){x^4}, 
-+            function(x){x^5}, function(x){x^6})
-> L2 <- list(function(x){exp(x)}, function(x){abs(x)}, 
-+            function(x){sin(x)}, function(x){floor(x)})
-> 
-> R1 <- new("EuclRandVariable", Map = L2, Domain = Reals(), Range = Reals())
-> R2 <- EuclRandMatrix(Map = L1, ncol = 2, Domain = Reals(), dimension = 1)
-> R3 <- EuclRandMatrix(Map = L2, ncol = 2, Domain = Reals(), dimension = 1)
-> 
-> (RL1 <- new("EuclRandVarList", list(R1, R2, R3)))
-An object of class “EuclRandVarList” 
-Domain:	Real Space with dimension 1 
-[[1]]
-length of Map:	 4 
-Range:	Real Space with dimension 1 
-[[2]]
-Dim of Map:	 3 2 
-Range:	Euclidean Space with dimension 1 
-[[3]]
-Dim of Map:	 2 2 
-Range:	Euclidean Space with dimension 1 
-> dimension(RL1)
-[1] 14
-> as(R1, "EuclRandVarList")
-An object of class “EuclRandVarList” 
-Domain:	Real Space with dimension 1 
-[[1]]
-length of Map:	 4 
-Range:	Real Space with dimension 1 
-> as(R2, "EuclRandVarList")
-An object of class “EuclRandVarList” 
-Domain:	Real Space with dimension 1 
-[[1]]
-Dim of Map:	 3 2 
-Range:	Euclidean Space with dimension 1 
-> 
-> Map(exp(RL1)[[1]]) # "Math" group
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        exp(x)
-    }
-    exp(f1(x))
-}
-<environment: 0x36e9098>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        abs(x)
-    }
-    exp(f1(x))
-}
-<environment: 0x36e9098>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        sin(x)
-    }
-    exp(f1(x))
-}
-<environment: 0x36e9098>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        floor(x)
-    }
-    exp(f1(x))
-}
-<environment: 0x36e9098>
-
-> 
-> ## "Arith" group
-> Map((1 + RL1)[[1]])
-[[1]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        exp(x)
-    }
-    1 + f2(x)
-}
-<environment: 0x2ea4a30>
-
-[[2]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        abs(x)
-    }
-    1 + f2(x)
-}
-<environment: 0x2ea4a30>
-
-[[3]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        sin(x)
-    }
-    1 + f2(x)
-}
-<environment: 0x2ea4a30>
-
-[[4]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        floor(x)
-    }
-    1 + f2(x)
-}
-<environment: 0x2ea4a30>
-
-> Map((RL1 * 2)[[2]])
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x
-    }
-    f1(x) * 2
-}
-<environment: 0x5767cd8>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x^2
-    }
-    f1(x) * 2
-}
-<environment: 0x5767cd8>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x^3
-    }
-    f1(x) * 2
-}
-<environment: 0x5767cd8>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x^4
-    }
-    f1(x) * 2
-}
-<environment: 0x5767cd8>
-
-[[5]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x^5
-    }
-    f1(x) * 2
-}
-<environment: 0x5767cd8>
-
-[[6]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x^6
-    }
-    f1(x) * 2
-}
-<environment: 0x5767cd8>
-
-> Map((RL1 / RL1)[[3]])
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        exp(x)
-    }
-    f2 <- function (x) 
-    {
-        exp(x)
-    }
-    f1(x)/f2(x)
-}
-<environment: 0x49871a8>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        abs(x)
-    }
-    f2 <- function (x) 
-    {
-        abs(x)
-    }
-    f1(x)/f2(x)
-}
-<environment: 0x49871a8>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        sin(x)
-    }
-    f2 <- function (x) 
-    {
-        sin(x)
-    }
-    f1(x)/f2(x)
-}
-<environment: 0x49871a8>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        floor(x)
-    }
-    f2 <- function (x) 
-    {
-        floor(x)
-    }
-    f1(x)/f2(x)
-}
-<environment: 0x49871a8>
-
-> 
-> 
-> 
-> cleanEx()
-> nameEx("EuclRandVarList")
-> ### * EuclRandVarList
-> 
-> flush(stderr()); flush(stdout())
-> 
-> ### Name: EuclRandVarList
-> ### Title: Generating function for EuclRandVarList-class
-> ### Aliases: EuclRandVarList
-> ### Keywords: classes
-> 
-> ### ** Examples
-> 
-> L1 <- list(function(x){x}, function(x){x^2}, function(x){x^3}, function(x){x^4}, 
-+            function(x){x^5}, function(x){x^6})
-> L2 <- list(function(x){exp(x)}, function(x){abs(x)}, 
-+            function(x){sin(x)}, function(x){floor(x)})
-> 
-> R1 <- new("EuclRandVariable", Map = L2, Domain = Reals(), Range = Reals())
-> R2 <- EuclRandMatrix(Map = L1, ncol = 2, Domain = Reals(), dimension = 1)
-> R3 <- EuclRandMatrix(Map = L2, ncol = 2, Domain = Reals(), dimension = 1)
-> 
-> (RL1 <- EuclRandVarList(R1, R2, R3))
-An object of class “EuclRandVarList” 
-Domain:	Real Space with dimension 1 
-[[1]]
-length of Map:	 4 
-Range:	Real Space with dimension 1 
-[[2]]
-Dim of Map:	 3 2 
-Range:	Euclidean Space with dimension 1 
-[[3]]
-Dim of Map:	 2 2 
-Range:	Euclidean Space with dimension 1 
-> is(R1, "EuclRandVarList")
-[1] FALSE
-> as(R1, "EuclRandVarList")
-An object of class “EuclRandVarList” 
-Domain:	Real Space with dimension 1 
-[[1]]
-length of Map:	 4 
-Range:	Real Space with dimension 1 
-> is(R2, "EuclRandVarList")
-[1] FALSE
-> as(R2, "EuclRandVarList")
-An object of class “EuclRandVarList” 
-Domain:	Real Space with dimension 1 
-[[1]]
-Dim of Map:	 3 2 
-Range:	Euclidean Space with dimension 1 
-> 
-> Map(exp(RL1)[[1]]) # "Math" group
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        exp(x)
-    }
-    exp(f1(x))
-}
-<environment: 0x5ba23b0>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        abs(x)
-    }
-    exp(f1(x))
-}
-<environment: 0x5ba23b0>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        sin(x)
-    }
-    exp(f1(x))
-}
-<environment: 0x5ba23b0>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        floor(x)
-    }
-    exp(f1(x))
-}
-<environment: 0x5ba23b0>
-
-> 
-> ## "Arith" group
-> Map((1 + RL1)[[1]])
-[[1]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        exp(x)
-    }
-    1 + f2(x)
-}
-<environment: 0x5e710b0>
-
-[[2]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        abs(x)
-    }
-    1 + f2(x)
-}
-<environment: 0x5e710b0>
-
-[[3]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        sin(x)
-    }
-    1 + f2(x)
-}
-<environment: 0x5e710b0>
-
-[[4]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        floor(x)
-    }
-    1 + f2(x)
-}
-<environment: 0x5e710b0>
-
-> Map((RL1 * 2)[[2]])
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x
-    }
-    f1(x) * 2
-}
-<environment: 0x5fcdee0>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x^2
-    }
-    f1(x) * 2
-}
-<environment: 0x5fcdee0>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x^3
-    }
-    f1(x) * 2
-}
-<environment: 0x5fcdee0>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x^4
-    }
-    f1(x) * 2
-}
-<environment: 0x5fcdee0>
-
-[[5]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x^5
-    }
-    f1(x) * 2
-}
-<environment: 0x5fcdee0>
-
-[[6]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        x^6
-    }
-    f1(x) * 2
-}
-<environment: 0x5fcdee0>
-
-> Map((RL1 / RL1)[[3]])
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        exp(x)
-    }
-    f2 <- function (x) 
-    {
-        exp(x)
-    }
-    f1(x)/f2(x)
-}
-<environment: 0x52190e8>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        abs(x)
-    }
-    f2 <- function (x) 
-    {
-        abs(x)
-    }
-    f1(x)/f2(x)
-}
-<environment: 0x52190e8>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        sin(x)
-    }
-    f2 <- function (x) 
-    {
-        sin(x)
-    }
-    f1(x)/f2(x)
-}
-<environment: 0x52190e8>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        floor(x)
-    }
-    f2 <- function (x) 
-    {
-        floor(x)
-    }
-    f1(x)/f2(x)
-}
-<environment: 0x52190e8>
-
-> 
-> ## The function is currently defined as
-> function(...){ 
-+     new("EuclRandVarList", list(...)) 
-+ }
-function (...) 
-{
-    new("EuclRandVarList", list(...))
-}
-> 
-> 
-> 
-> cleanEx()
-> nameEx("EuclRandVariable-class")
-> ### * EuclRandVariable-class
-> 
-> flush(stderr()); flush(stdout())
-> 
-> ### Name: EuclRandVariable-class
-> ### Title: Euclidean random variable
-> ### Aliases: EuclRandVariable-class
-> ###   coerce,EuclRandVariable,EuclRandMatrix-method
-> ###   coerce,EuclRandVariable,EuclRandVarList-method
-> ###   Range<-,EuclRandVariable-method [,EuclRandVariable-method evalRandVar
-> ###   evalRandVar,EuclRandVariable,numeric,missing-method
-> ###   evalRandVar,EuclRandVariable,matrix,missing-method
-> ###   evalRandVar,EuclRandVariable,numeric,Distribution-method
-> ###   evalRandVar,EuclRandVariable,matrix,Distribution-method imageDistr
-> ###   imageDistr,EuclRandVariable,Distribution-method
-> ###   dimension,EuclRandVariable-method t,EuclRandVariable-method
-> ###   %*%,matrix,EuclRandVariable-method
-> ###   %*%,numeric,EuclRandVariable-method
-> ###   %*%,EuclRandVariable,matrix-method
-> ###   %*%,EuclRandVariable,numeric-method
-> ###   %*%,EuclRandVariable,EuclRandVariable-method
-> ###   %*%,EuclRandVariable,EuclRandMatrix-method
-> ###   %*%,EuclRandMatrix,EuclRandVariable-method
-> ###   Arith,numeric,EuclRandVariable-method
-> ###   Arith,EuclRandVariable,numeric-method
-> ###   Arith,EuclRandVariable,EuclRandVariable-method
-> ###   Math,EuclRandVariable-method
-> ###   E,UnivariateDistribution,EuclRandVariable,missing-method
-> ###   E,AbscontDistribution,EuclRandVariable,missing-method
-> ###   E,DiscreteDistribution,EuclRandVariable,missing-method
-> ###   E,MultivariateDistribution,EuclRandVariable,missing-method
-> ###   E,DiscreteMVDistribution,EuclRandVariable,missing-method
-> ###   E,UnivariateCondDistribution,EuclRandVariable,numeric-method
-> ###   E,AbscontCondDistribution,EuclRandVariable,numeric-method
-> ###   E,DiscreteCondDistribution,EuclRandVariable,numeric-method
-> ### Keywords: classes arith math
-> 
-> ### ** Examples
-> 
-> L1 <- list(function(x){x}, function(x){x^2}, function(x){x^3}, function(x){x^4})
-> L2 <- list(function(x){exp(x)}, function(x){abs(x)}, 
-+            function(x){sin(x)}, function(x){floor(x)})
-> 
-> R1 <- new("EuclRandVariable", Map = L1, Domain = Reals(), Range = Reals())
-> dimension(R1)
-[1] 4
-> Map(R1)
-[[1]]
-function (x) 
-{
-    x
-}
-
-[[2]]
-function (x) 
-{
-    x^2
-}
-
-[[3]]
-function (x) 
-{
-    x^3
-}
-
-[[4]]
-function (x) 
-{
-    x^4
-}
-
-> Range(R1)
-An object of class "Reals"
-Slot "dimension":
-[1] 1
-
-Slot "name":
-[1] "Real Space"
-
-> R1[2]
-An object of class “EuclRandVariable” 
-length of Map:	 1 
-Domain:	Real Space with dimension 1 
-Range:	Real Space with dimension 1 
-> Map(R1[3])
-[[1]]
-function (x) 
-{
-    x^3
-}
-
-> Map(R1[c(1,2,4)])
-[[1]]
-function (x) 
-{
-    x
-}
-
-[[2]]
-function (x) 
-{
-    x^2
-}
-
-[[3]]
-function (x) 
-{
-    x^4
-}
-
-> Map(R1[2:4])
-[[1]]
-function (x) 
-{
-    x^2
-}
-
-[[2]]
-function (x) 
-{
-    x^3
-}
-
-[[3]]
-function (x) 
-{
-    x^4
-}
-
-> evalRandVar(R1, rnorm(1))
-           [,1]
-[1,] -0.6264538
-[2,]  0.3924444
-[3,] -0.2458483
-[4,]  0.1540126
-> x <- as.matrix(rnorm(10))
-> res.R1 <- evalRandVar(R1, x)
-> res.R1[2,,] # results for Map(R1)[[2]](x)
- [1] 0.03372487 0.69827518 2.54492084 0.10857537 0.67316837 0.23758708
- [7] 0.54512337 0.33152416 0.09326207 2.28548230
-> res.R1[2,1,] # results for Map(R1)[[2]](x[1,])
-[1] 0.03372487
-> 
-> R2 <- EuclRandVariable(L2, Domain = Reals(), dimension = 1)
-> dimension(R2)
-[1] 4
-> DL1 <- imageDistr(R2, Norm())
-> plot(DL1)
-> 
-> Domain(R2) <- EuclideanSpace(dimension = 2)
-> Range(R2) <- EuclideanSpace(dimension = 2)
-> dimension(R2)
-[1] 8
-> (X <- matrix(c(x, rnorm(10)), ncol = 2))
-            [,1]        [,2]
- [1,]  0.1836433  0.38984324
- [2,] -0.8356286 -0.62124058
- [3,]  1.5952808 -2.21469989
- [4,]  0.3295078  1.12493092
- [5,] -0.8204684 -0.04493361
- [6,]  0.4874291 -0.01619026
- [7,]  0.7383247  0.94383621
- [8,]  0.5757814  0.82122120
- [9,] -0.3053884  0.59390132
-[10,]  1.5117812  0.91897737
-> res.R2 <- evalRandVar(R2, X)
-> res.R2[3,,1] # results for Map(R2)[[3]](X[,1])
- [1]  0.1826128 -0.7417183  0.9997003  0.3235773 -0.7314653  0.4683559
- [7]  0.6730498  0.5444903 -0.3006636  0.9982591
-> 
-> Map(log(abs(R2))) # "Math" group generic
-[[1]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        f1 <- function (x) 
-        {
-            exp(x)
-        }
-        abs(f1(x))
-    }
-    log(f1(x))
-}
-<environment: 0x44a60d8>
-
-[[2]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        f1 <- function (x) 
-        {
-            abs(x)
-        }
-        abs(f1(x))
-    }
-    log(f1(x))
-}
-<environment: 0x44a60d8>
-
-[[3]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        f1 <- function (x) 
-        {
-            sin(x)
-        }
-        abs(f1(x))
-    }
-    log(f1(x))
-}
-<environment: 0x44a60d8>
-
-[[4]]
-function (x) 
-{
-    f1 <- function (x) 
-    {
-        f1 <- function (x) 
-        {
-            floor(x)
-        }
-        abs(f1(x))
-    }
-    log(f1(x))
-}
-<environment: 0x44a60d8>
-
-> 
-> # "Arith" group generic
-> Map(3 + R1)
-[[1]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x
-    }
-    3 + f2(x)
-}
-<environment: 0x447c1e0>
-
-[[2]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^2
-    }
-    3 + f2(x)
-}
-<environment: 0x447c1e0>
-
-[[3]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^3
-    }
-    3 + f2(x)
-}
-<environment: 0x447c1e0>
-
-[[4]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^4
-    }
-    3 + f2(x)
-}
-<environment: 0x447c1e0>
-
-> Map(c(1,3,5) * R1)
-Warning in c(1, 3, 5) * R1 :
-  longer object length is not a multiple of shorter object length
-[[1]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x
-    }
-    1 * f2(x)
-}
-<environment: 0x442ee58>
-
-[[2]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^2
-    }
-    3 * f2(x)
-}
-<environment: 0x442ee58>
-
-[[3]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^3
-    }
-    5 * f2(x)
-}
-<environment: 0x442ee58>
-
-[[4]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        x^4
-    }
-    1 * f2(x)
-}
-<environment: 0x442ee58>
-
-> try(1:5 * R1) # error
-Error in 1:5 * R1 : 
-  length of 'numeric' has to be less or equal dimension of 'EuclRandVariable'
-> Map(1:2 * R2)
-[[1]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        exp(x)
-    }
-    1:2 * f2(x)
-}
-<environment: 0x4367520>
-
-[[2]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        abs(x)
-    }
-    1:2 * f2(x)
-}
-<environment: 0x4367520>
-
-[[3]]
-function (x) 
-{
-    f2 <- function (x) 
-    {
-        sin(x)
-    }
-    1:2 * f2(x)
-}
[TRUNCATED]

To get the complete diff run:
    svnlook diff /svnroot/robast -r 867


More information about the Robast-commits mailing list