From noreply at r-forge.r-project.org Sun May 3 10:48:37 2015 From: noreply at r-forge.r-project.org (noreply at r-forge.r-project.org) Date: Sun, 3 May 2015 10:48:37 +0200 (CEST) Subject: [Robast-commits] r807 - in branches/robast-1.0/pkg/RandVar: . man Message-ID: <20150503084837.D85E0186A47@r-forge.r-project.org> Author: stamats Date: 2015-05-03 10:48:37 +0200 (Sun, 03 May 2015) New Revision: 807 Modified: branches/robast-1.0/pkg/RandVar/DESCRIPTION branches/robast-1.0/pkg/RandVar/man/0RandVar-package.Rd Log: update of package DESCRIPTION and Rd file Modified: branches/robast-1.0/pkg/RandVar/DESCRIPTION =================================================================== --- branches/robast-1.0/pkg/RandVar/DESCRIPTION 2015-01-15 23:39:40 UTC (rev 806) +++ branches/robast-1.0/pkg/RandVar/DESCRIPTION 2015-05-03 08:48:37 UTC (rev 807) @@ -1,14 +1,13 @@ Package: RandVar Version: 1.0 -Date: 2013-09-12 +Date: 2015-05-03 Title: Implementation of Random Variables -Description: implements random variables by means of S4 classes and methods. +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 Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph"), email="Matthias.Kohl at stamats.de"), person("Peter", "Ruckdeschel", role=c("aut", "cph"))) ByteCompile: yes -LazyLoad: yes License: LGPL-3 Encoding: latin1 URL: http://robast.r-forge.r-project.org/ Modified: branches/robast-1.0/pkg/RandVar/man/0RandVar-package.Rd =================================================================== --- branches/robast-1.0/pkg/RandVar/man/0RandVar-package.Rd 2015-01-15 23:39:40 UTC (rev 806) +++ branches/robast-1.0/pkg/RandVar/man/0RandVar-package.Rd 2015-05-03 08:48:37 UTC (rev 807) @@ -3,7 +3,7 @@ \alias{RandVar} \docType{package} \title{ -Implementation of random variables +Implementation of Random Variables } \description{ Implementation of random variables by means of S4 classes and methods. @@ -12,11 +12,11 @@ \tabular{ll}{ Package: \tab RandVar \cr Version: \tab 1.0 \cr -Date: \tab 2013-09-12 \cr +Date: \tab 2015-05-03 \cr Depends: \tab R (>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5)\cr +Imports: \tab startupmsg \cr ByteCompile: \tab yes \cr -LazyLoad: \tab yes \cr License: \tab LGPL-3 \cr URL: \tab http://robast.r-forge.r-project.org/\cr SVNRevision: \tab -Inf \cr From noreply at r-forge.r-project.org Sun May 3 10:56:39 2015 From: noreply at r-forge.r-project.org (noreply at r-forge.r-project.org) Date: Sun, 3 May 2015 10:56:39 +0200 (CEST) Subject: [Robast-commits] r808 - in branches/robast-1.0/pkg/RandVar/tests: . Examples Message-ID: <20150503085639.A2FB71878DA@r-forge.r-project.org> Author: stamats Date: 2015-05-03 10:56:39 +0200 (Sun, 03 May 2015) New Revision: 808 Modified: branches/robast-1.0/pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save branches/robast-1.0/pkg/RandVar/tests/tests.Rout.save Log: updated Rout.save files Modified: branches/robast-1.0/pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save =================================================================== --- branches/robast-1.0/pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save 2015-05-03 08:48:37 UTC (rev 807) +++ branches/robast-1.0/pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save 2015-05-03 08:56:39 UTC (rev 808) @@ -1,6 +1,6 @@ -R version 3.0.3 Patched (2014-03-06 r65149) -- "Warm Puppy" -Copyright (C) 2014 The R Foundation for Statistical Computing +R Under development (unstable) (2015-05-02 r68310) -- "Unsuffered Consequences" +Copyright (C) 2015 The R Foundation for Statistical Computing Platform: x86_64-unknown-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. @@ -20,31 +20,19 @@ > pkgname <- "RandVar" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) -> base::assign(".ExTimings", "RandVar-Ex.timings", pos = 'CheckExEnv') -> base::cat("name\tuser\tsystem\telapsed\n", file=base::get(".ExTimings", pos = 'CheckExEnv')) -> base::assign(".format_ptime", -+ function(x) { -+ if(!is.na(x[4L])) x[1L] <- x[1L] + x[4L] -+ if(!is.na(x[5L])) x[2L] <- x[2L] + x[5L] -+ options(OutDec = '.') -+ format(x[1L:3L], digits = 7L) -+ }, -+ pos = 'CheckExEnv') -> -> ### * > library('RandVar') Loading required package: distr Loading required package: startupmsg -:startupmsg> Utilities for start-up messages (version 0.9) +:startupmsg> Utilities for Start-Up Messages (version 0.9.1) :startupmsg> :startupmsg> For more information see ?"startupmsg", :startupmsg> NEWS("startupmsg") Loading required package: sfsmisc Loading required package: SweaveListingUtils -:SweaveListingUtils> Utilities for Sweave together with -:SweaveListingUtils> TeX listings package (version -:SweaveListingUtils> 0.6.1) +:SweaveListingUtils> Utilities for Sweave Together with +:SweaveListingUtils> TeX 'listings' Package (version +:SweaveListingUtils> 0.7) :SweaveListingUtils> :SweaveListingUtils> NOTE: Support for this package :SweaveListingUtils> will stop soon. @@ -76,8 +64,8 @@ library, require -:distr> Object oriented implementation of distributions (version -:distr> 2.5.2) +:distr> Object Oriented Implementation of Distributions (version +:distr> 2.6) :distr> :distr> Attention: Arithmetics on distribution objects are :distr> understood as operations on corresponding random variables @@ -103,7 +91,7 @@ df, qqplot, sd Loading required package: distrEx -:distrEx> Extensions of package distr (version 2.5) +:distrEx> Extensions of Package 'distr' (version 2.6) :distrEx> :distrEx> Note: Packages "e1071", "moments", "fBasics" should be :distrEx> attached /before/ package "distrEx". See @@ -126,7 +114,7 @@ IQR, mad, median, var -:RandVar> Implementation of random variables (version 1.0) +:RandVar> Implementation of Random Variables (version 1.0) :RandVar> :RandVar> For more information see ?"RandVar", NEWS("RandVar"), as :RandVar> well as @@ -142,9 +130,8 @@ > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: RandVar-package -> ### Title: Implementation of random variables +> ### Title: Implementation of Random Variables > ### Aliases: RandVar-package RandVar > ### Keywords: package > @@ -155,15 +142,12 @@ > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("0RandVar-package", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() > nameEx("EuclRandMatrix-class") > ### * EuclRandMatrix-class > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: EuclRandMatrix-class > ### Title: Euclidean random matrix > ### Aliases: EuclRandMatrix-class @@ -230,7 +214,7 @@ } t(f(x)) } - + > > R2 <- EuclRandMatrix(Map = L2, ncol = 2, Domain = Reals(), dimension = 1) @@ -259,7 +243,7 @@ } gamma(f1(x)) } - + [[2]] function (x) @@ -270,7 +254,7 @@ } gamma(f1(x)) } - + [[3]] function (x) @@ -281,7 +265,7 @@ } gamma(f1(x)) } - + [[4]] function (x) @@ -292,7 +276,7 @@ } gamma(f1(x)) } - + > > ## "Arith" group @@ -306,7 +290,7 @@ } 2/f2(x) } - + [[2]] function (x) @@ -317,7 +301,7 @@ } 2/f2(x) } - + [[3]] function (x) @@ -328,7 +312,7 @@ } 2/f2(x) } - + [[4]] function (x) @@ -339,7 +323,7 @@ } 2/f2(x) } - + [[5]] function (x) @@ -350,7 +334,7 @@ } 2/f2(x) } - + [[6]] function (x) @@ -361,7 +345,7 @@ } 2/f2(x) } - + > Map(R2 * R2) [[1]] @@ -377,7 +361,7 @@ } f1(x) * f2(x) } - + [[2]] function (x) @@ -392,7 +376,7 @@ } f1(x) * f2(x) } - + [[3]] function (x) @@ -407,7 +391,7 @@ } f1(x) * f2(x) } - + [[4]] function (x) @@ -422,20 +406,17 @@ } f1(x) * f2(x) } - + > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("EuclRandMatrix-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() > nameEx("EuclRandMatrix") > ### * EuclRandMatrix > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: EuclRandMatrix > ### Title: Generating function for EuclRandMatrix-class > ### Aliases: EuclRandMatrix @@ -476,7 +457,7 @@ } t(f(x)) } - + > > R2 <- EuclRandMatrix(Map = L2, ncol = 2, Domain = Reals(), dimension = 1) @@ -503,7 +484,7 @@ } gamma(f1(x)) } - + [[2]] function (x) @@ -514,7 +495,7 @@ } gamma(f1(x)) } - + [[3]] function (x) @@ -525,7 +506,7 @@ } gamma(f1(x)) } - + [[4]] function (x) @@ -536,7 +517,7 @@ } gamma(f1(x)) } - + > > ## "Arith" group @@ -550,7 +531,7 @@ } 2/f2(x) } - + [[2]] function (x) @@ -561,7 +542,7 @@ } 2/f2(x) } - + [[3]] function (x) @@ -572,7 +553,7 @@ } 2/f2(x) } - + [[4]] function (x) @@ -583,7 +564,7 @@ } 2/f2(x) } - + [[5]] function (x) @@ -594,7 +575,7 @@ } 2/f2(x) } - + [[6]] function (x) @@ -605,7 +586,7 @@ } 2/f2(x) } - + > Map(R2 * R2) [[1]] @@ -621,7 +602,7 @@ } f1(x) * f2(x) } - + [[2]] function (x) @@ -636,7 +617,7 @@ } f1(x) * f2(x) } - + [[3]] function (x) @@ -651,7 +632,7 @@ } f1(x) * f2(x) } - + [[4]] function (x) @@ -666,7 +647,7 @@ } f1(x) * f2(x) } - + > > @@ -704,15 +685,12 @@ > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("EuclRandMatrix", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() > nameEx("EuclRandVarList-class") > ### * EuclRandVarList-class > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: EuclRandVarList-class > ### Title: List of Euclidean random variables > ### Aliases: EuclRandVarList-class numberOfMaps @@ -787,7 +765,7 @@ } exp(f1(x)) } - + [[2]] function (x) @@ -798,7 +776,7 @@ } exp(f1(x)) } - + [[3]] function (x) @@ -809,7 +787,7 @@ } exp(f1(x)) } - + [[4]] function (x) @@ -820,7 +798,7 @@ } exp(f1(x)) } - + > > ## "Arith" group @@ -834,7 +812,7 @@ } 1 + f2(x) } - + [[2]] function (x) @@ -845,7 +823,7 @@ } 1 + f2(x) } - + [[3]] function (x) @@ -856,7 +834,7 @@ } 1 + f2(x) } - + [[4]] function (x) @@ -867,7 +845,7 @@ } 1 + f2(x) } - + > Map((RL1 * 2)[[2]]) [[1]] @@ -879,7 +857,7 @@ } f1(x) * 2 } - + [[2]] function (x) @@ -890,7 +868,7 @@ } f1(x) * 2 } - + [[3]] function (x) @@ -901,7 +879,7 @@ } f1(x) * 2 } - + [[4]] function (x) @@ -912,7 +890,7 @@ } f1(x) * 2 } - + [[5]] function (x) @@ -923,7 +901,7 @@ } f1(x) * 2 } - + [[6]] function (x) @@ -934,7 +912,7 @@ } f1(x) * 2 } - + > Map((RL1 / RL1)[[3]]) [[1]] @@ -950,7 +928,7 @@ } f1(x)/f2(x) } - + [[2]] function (x) @@ -965,7 +943,7 @@ } f1(x)/f2(x) } - + [[3]] function (x) @@ -980,7 +958,7 @@ } f1(x)/f2(x) } - + [[4]] function (x) @@ -995,20 +973,17 @@ } f1(x)/f2(x) } - + > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("EuclRandVarList-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() > nameEx("EuclRandVarList") > ### * EuclRandVarList > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: EuclRandVarList > ### Title: Generating function for EuclRandVarList-class > ### Aliases: EuclRandVarList @@ -1064,7 +1039,7 @@ } exp(f1(x)) } - + [[2]] function (x) @@ -1075,7 +1050,7 @@ } exp(f1(x)) } - + [[3]] function (x) @@ -1086,7 +1061,7 @@ } exp(f1(x)) } - + [[4]] function (x) @@ -1097,7 +1072,7 @@ } exp(f1(x)) } - + > > ## "Arith" group @@ -1111,7 +1086,7 @@ } 1 + f2(x) } - + [[2]] function (x) @@ -1122,7 +1097,7 @@ } 1 + f2(x) } - + [[3]] function (x) @@ -1133,7 +1108,7 @@ } 1 + f2(x) } - + [[4]] function (x) @@ -1144,7 +1119,7 @@ } 1 + f2(x) } - + > Map((RL1 * 2)[[2]]) [[1]] @@ -1156,7 +1131,7 @@ } f1(x) * 2 } - + [[2]] function (x) @@ -1167,7 +1142,7 @@ } f1(x) * 2 } - + [[3]] function (x) @@ -1178,7 +1153,7 @@ } f1(x) * 2 } - + [[4]] function (x) @@ -1189,7 +1164,7 @@ } f1(x) * 2 } - + [[5]] function (x) @@ -1200,7 +1175,7 @@ } f1(x) * 2 } - + [[6]] function (x) @@ -1211,7 +1186,7 @@ } f1(x) * 2 } - + > Map((RL1 / RL1)[[3]]) [[1]] @@ -1227,7 +1202,7 @@ } f1(x)/f2(x) } - + [[2]] function (x) @@ -1242,7 +1217,7 @@ } f1(x)/f2(x) } - + [[3]] function (x) @@ -1257,7 +1232,7 @@ } f1(x)/f2(x) } - + [[4]] function (x) @@ -1272,7 +1247,7 @@ } f1(x)/f2(x) } - + > > ## The function is currently defined as @@ -1286,15 +1261,12 @@ > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("EuclRandVarList", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() > nameEx("EuclRandVariable-class") > ### * EuclRandVariable-class > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: EuclRandVariable-class > ### Title: Euclidean random variable > ### Aliases: EuclRandVariable-class @@ -1476,7 +1448,7 @@ } log(f1(x)) } - + [[2]] function (x) @@ -1491,7 +1463,7 @@ } log(f1(x)) } - + [[3]] function (x) @@ -1506,7 +1478,7 @@ } log(f1(x)) } - + [[4]] function (x) @@ -1521,7 +1493,7 @@ } log(f1(x)) } - + > > # "Arith" group generic @@ -1535,7 +1507,7 @@ } 3 + f2(x) } - + [[2]] function (x) @@ -1546,7 +1518,7 @@ } 3 + f2(x) } - + [[3]] function (x) @@ -1557,7 +1529,7 @@ } 3 + f2(x) } - + [[4]] function (x) @@ -1568,7 +1540,7 @@ } 3 + f2(x) } - + > Map(c(1,3,5) * R1) Warning in c(1, 3, 5) * R1 : @@ -1582,7 +1554,7 @@ } 1 * f2(x) } - + [[2]] function (x) @@ -1593,7 +1565,7 @@ } 3 * f2(x) } - + [[3]] function (x) @@ -1604,7 +1576,7 @@ } 5 * f2(x) } - + [[4]] function (x) @@ -1615,7 +1587,7 @@ } 1 * f2(x) } - + > try(1:5 * R1) # error Error in 1:5 * R1 : @@ -1630,7 +1602,7 @@ } 1:2 * f2(x) } - + [[2]] function (x) @@ -1641,7 +1613,7 @@ } 1:2 * f2(x) } - + [[3]] function (x) @@ -1652,7 +1624,7 @@ } 1:2 * f2(x) } - + [[4]] function (x) @@ -1663,7 +1635,7 @@ } 1:2 * f2(x) } - + > Map(R2 - 5) [[1]] @@ -1675,7 +1647,7 @@ } f1(x) - c(5, 5) } - + [[2]] function (x) @@ -1686,7 +1658,7 @@ } f1(x) - c(5, 5) } - + [[3]] function (x) @@ -1697,7 +1669,7 @@ } f1(x) - c(5, 5) } - + [[4]] function (x) @@ -1708,7 +1680,7 @@ } f1(x) - c(5, 5) } - + > Map(R1 ^ R1) [[1]] @@ -1724,7 +1696,7 @@ } f1(x)^f2(x) } - + [[2]] function (x) @@ -1739,7 +1711,7 @@ } f1(x)^f2(x) } - + [[3]] function (x) @@ -1754,7 +1726,7 @@ } f1(x)^f2(x) } - + [[4]] function (x) @@ -1769,21 +1741,18 @@ } f1(x)^f2(x) } - + > > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("EuclRandVariable-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() > nameEx("EuclRandVariable") > ### * EuclRandVariable > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: EuclRandVariable > ### Title: Generating function for EuclRandVariable-class > ### Aliases: EuclRandVariable @@ -1932,7 +1901,7 @@ } log(f1(x)) } - + [[2]] function (x) @@ -1947,7 +1916,7 @@ } log(f1(x)) } - + [[3]] function (x) @@ -1962,7 +1931,7 @@ } log(f1(x)) } - + [[4]] function (x) @@ -1977,7 +1946,7 @@ } log(f1(x)) } - + > > # "Arith" group generic @@ -1991,7 +1960,7 @@ } 3 + f2(x) } - + [[2]] function (x) @@ -2002,7 +1971,7 @@ } 3 + f2(x) } - + [[3]] function (x) @@ -2013,7 +1982,7 @@ } 3 + f2(x) } - + [[4]] function (x) @@ -2024,7 +1993,7 @@ } 3 + f2(x) } - + > Map(c(1,3,5) * R1) Warning in c(1, 3, 5) * R1 : @@ -2038,7 +2007,7 @@ } 1 * f2(x) } - + [[2]] function (x) @@ -2049,7 +2018,7 @@ } 3 * f2(x) } - + [[3]] function (x) @@ -2060,7 +2029,7 @@ } 5 * f2(x) } - + [[4]] function (x) @@ -2071,7 +2040,7 @@ } 1 * f2(x) } - + > try(1:5 * R1) # error Error in 1:5 * R1 : @@ -2086,7 +2055,7 @@ } 1:2 * f2(x) } - + [[2]] function (x) @@ -2097,7 +2066,7 @@ } 1:2 * f2(x) } - + [[3]] function (x) @@ -2108,7 +2077,7 @@ } 1:2 * f2(x) } - + [[4]] function (x) @@ -2119,7 +2088,7 @@ } 1:2 * f2(x) } - + > Map(R2 - 5) [[1]] @@ -2131,7 +2100,7 @@ } f1(x) - c(5, 5) } - + [[2]] function (x) @@ -2142,7 +2111,7 @@ } f1(x) - c(5, 5) } - + [[3]] function (x) @@ -2153,7 +2122,7 @@ } f1(x) - c(5, 5) } - + [[4]] function (x) @@ -2164,7 +2133,7 @@ } f1(x) - c(5, 5) } - + > Map(R1 ^ R1) [[1]] @@ -2180,7 +2149,7 @@ } f1(x)^f2(x) } - + [[2]] function (x) @@ -2195,7 +2164,7 @@ } f1(x)^f2(x) } - + [[3]] function (x) @@ -2210,7 +2179,7 @@ } f1(x)^f2(x) } - + [[4]] function (x) @@ -2225,7 +2194,7 @@ } f1(x)^f2(x) } - + > > @@ -2251,15 +2220,12 @@ > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("EuclRandVariable", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() > nameEx("RandVariable-class") > ### * RandVariable-class > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: RandVariable-class > ### Title: Random variable > ### Aliases: RandVariable-class Map Domain Range compatibleDomains @@ -2283,7 +2249,7 @@ function (x) { } - + > Domain(R1) @@ -2330,15 +2296,12 @@ > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("RandVariable-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() > nameEx("RandVariable") > ### * RandVariable > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: RandVariable > ### Title: Generating function for RandVariable-class > ### Aliases: RandVariable @@ -2356,7 +2319,7 @@ function (x) { } - + > Domain(R1) NULL @@ -2412,15 +2375,12 @@ > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("RandVariable", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() > nameEx("RealRandVariable-class") > ### * RealRandVariable-class > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: RealRandVariable-class > ### Title: Real random variable > ### Aliases: RealRandVariable-class Range<-,RealRandVariable-method @@ -2436,15 +2396,12 @@ > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("RealRandVariable-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() > nameEx("RealRandVariable") > ### * RealRandVariable > > flush(stderr()); flush(stdout()) > -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: RealRandVariable > ### Title: Generating function for RealRandVariable-class > ### Aliases: RealRandVariable @@ -2481,13 +2438,11 @@ > > > -> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") -> base::cat("RealRandVariable", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > ### *