/dports/devel/R-cran-Hmisc/Hmisc/man/ |
H A D | discrete.Rd | 1 \name{discrete} 2 \alias{as.discrete} 4 \alias{discrete} 8 \alias{is.discrete} 9 \alias{is.na<-.discrete} 14 \code{discrete} creates a discrete vector which is distinct from a 25 is.discrete(x) 26 \method{is.na}{discrete}(x) <- value 44 \code{is.discrete} tests to see if the vector is a discrete vector. 50 \code{is.discrete} returan logical \code{TRUE} if the vector is of [all …]
|
/dports/net-mgmt/observium/observium/mibs/zhone/ |
H A D | DPS-MIB-NGD-V10 | 41 DESCRIPTION "Generated when discrete point 1 is set." 73 DESCRIPTION "Generated when discrete point 2 is set." 105 DESCRIPTION "Generated when discrete point 3 is set." 137 DESCRIPTION "Generated when discrete point 4 is set." 169 DESCRIPTION "Generated when discrete point 5 is set." 201 DESCRIPTION "Generated when discrete point 6 is set." 233 DESCRIPTION "Generated when discrete point 7 is set." 265 DESCRIPTION "Generated when discrete point 8 is set." 297 DESCRIPTION "Generated when discrete point 9 is set." 329 DESCRIPTION "Generated when discrete point 10 is set." [all …]
|
/dports/net-mgmt/observium/observium/mibs/dps/ |
H A D | DPS-MIB-NGD-V10 | 21 DESCRIPTION "Generated when discrete point 1 is set." 37 DESCRIPTION "Generated when discrete point 2 is set." 53 DESCRIPTION "Generated when discrete point 3 is set." 69 DESCRIPTION "Generated when discrete point 4 is set." 85 DESCRIPTION "Generated when discrete point 5 is set." 101 DESCRIPTION "Generated when discrete point 6 is set." 117 DESCRIPTION "Generated when discrete point 7 is set." 133 DESCRIPTION "Generated when discrete point 8 is set." 149 DESCRIPTION "Generated when discrete point 9 is set." 165 DESCRIPTION "Generated when discrete point 10 is set." [all …]
|
H A D | DPS-MIB-NGD-V10-V2 | 28 DESCRIPTION "Generated when discrete point 1 is set." 44 DESCRIPTION "Generated when discrete point 2 is set." 60 DESCRIPTION "Generated when discrete point 3 is set." 76 DESCRIPTION "Generated when discrete point 4 is set." 92 DESCRIPTION "Generated when discrete point 5 is set." 108 DESCRIPTION "Generated when discrete point 6 is set." 124 DESCRIPTION "Generated when discrete point 7 is set." 140 DESCRIPTION "Generated when discrete point 8 is set." 156 DESCRIPTION "Generated when discrete point 9 is set." 172 DESCRIPTION "Generated when discrete point 10 is set." [all …]
|
/dports/devel/R-cran-plyr/plyr/man/ |
H A D | is.discrete.Rd | 3 \name{is.discrete} 4 \alias{is.discrete} 5 \title{Determine if a vector is discrete.} 7 is.discrete(x) 13 A discrete vector is a factor or a character vector 16 is.discrete(1:10) 17 is.discrete(c("a", "b", "c")) 18 is.discrete(factor(c("a", "b", "c")))
|
/dports/math/gretl/gretl-2021d/doc/tex/ |
H A D | discrete.tex | 5 values, then it is said to be \emph{discrete}. In gretl, variables of 22 check is bypassed. 54 # now foo is discrete 66 as discrete is a sensible thing to do. Note that if you want to 79 Once a variable is marked as discrete, this setting is remembered when 93 discrete Z5 # mark Z5 as discrete 115 discrete Z5 # mark Z5 as discrete 139 whether the variable is continuous or discrete. This command is also 231 normality is computed automatically. This test is suppressed for 232 discrete variables where the number of distinct values is less than [all …]
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/TopicMetadata/ |
H A D | topic-discrete_variables | 1 This page discusses discrete design, uncertain, and state variables 2 (which have \c discrete in their keyword name) as they have similar 8 and each is described below. 11 variables-binomial_uncertain, are discrete integer-valued random 26 - The order is very important here. 27 …- The list is partitioned according to the values of \c elements_per_variable, and each partition … 35 - discrete design set \ref variables-discrete_design_set-integer 36 - discrete design set \ref variables-discrete_design_set-real 37 - discrete design set \ref variables-discrete_design_set-string 47 This is a discrete interval variable that may take any integer value within bounds (e.g., [1, 4], a… [all …]
|
/dports/devel/R-cran-Hmisc/Hmisc/R/ |
H A D | discrete.s | 1 discrete <- function(x, levels=sort(unique.default(x), na.last=TRUE), label 3 if(!is.numeric(x)) { 8 levels <- levels[is.na(match(levels, exclude))] 17 as.discrete <- function(x, ...) UseMethod("as.discrete") 19 as.discrete.default <- function(x, ...) { 20 if(is.discrete(x)) x else discrete(x) 23 is.discrete <- function(x) inherits(x, 'discrete') 43 if (any(is.na(m) & !is.na(value))) {
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/KeywordMetadata/ |
H A D | variables | 26 - discrete 27 - discrete range 30 - discrete real set 66 \c state is invoked. 77 The ordering of variables is important, and a consistent ordering is 84 -# discrete string 85 -# discrete real 90 -# discrete real 95 -# discrete real 100 -# discrete real [all …]
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/ada/acats/tests/cc/ |
H A D | cc70b02.a | 48 -- (1) a generic formal package with the discrete operation package as 50 -- package as template. Use the formal discrete type of the discrete 73 -- ... Other operations on discrete objects. 81 package body CC70B02_0 is 107 -- to instantiate the discrete-operation package will be accepted. 113 with package List_Mgr is new FC70B00 (Discrete_Type); -- Discrete_Type is 121 -- ... Other operations on lists of discrete objects. 129 package body CC70B02_1 is 149 with CC70B02_0; -- Generic discrete type operations. 150 with CC70B02_1; -- Generic discrete list operations. [all …]
|