@elaraai/e3-ui 1.0.12 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/{data.d.ts → bind/data.d.ts} +7 -0
- package/dist/src/bind/data.d.ts.map +1 -0
- package/dist/src/{data.js → bind/data.js} +7 -0
- package/dist/src/bind/data.js.map +1 -0
- package/dist/src/bind/func.d.ts.map +1 -0
- package/dist/src/bind/func.js.map +1 -0
- package/dist/src/bind/record.d.ts +275 -0
- package/dist/src/bind/record.d.ts.map +1 -0
- package/dist/src/bind/record.js +239 -0
- package/dist/src/bind/record.js.map +1 -0
- package/dist/src/decision/bind.d.ts +1 -1
- package/dist/src/decision/bind.d.ts.map +1 -1
- package/dist/src/decision/bind.js +1 -1
- package/dist/src/decision/bind.js.map +1 -1
- package/dist/src/{diff.d.ts → diff/index.d.ts} +3 -3
- package/dist/src/diff/index.d.ts.map +1 -0
- package/dist/src/{diff.js → diff/index.js} +3 -3
- package/dist/src/diff/index.js.map +1 -0
- package/dist/src/experiment/index.d.ts +379 -325
- package/dist/src/experiment/index.d.ts.map +1 -1
- package/dist/src/experiment/index.js +59 -60
- package/dist/src/experiment/index.js.map +1 -1
- package/dist/src/experiment/types.d.ts +439 -475
- package/dist/src/experiment/types.d.ts.map +1 -1
- package/dist/src/experiment/types.js +218 -256
- package/dist/src/experiment/types.js.map +1 -1
- package/dist/src/index.d.ts +7 -6
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +11 -10
- package/dist/src/index.js.map +1 -1
- package/dist/src/internal.d.ts +7 -6
- package/dist/src/internal.d.ts.map +1 -1
- package/dist/src/internal.js +7 -6
- package/dist/src/internal.js.map +1 -1
- package/dist/src/{ontology.d.ts → ontology/index.d.ts} +3 -3
- package/dist/src/ontology/index.d.ts.map +1 -0
- package/dist/src/{ontology.js → ontology/index.js} +3 -3
- package/dist/src/ontology/index.js.map +1 -0
- package/dist/src/runtime/diff.d.ts +1 -1
- package/dist/src/runtime/diff.d.ts.map +1 -1
- package/dist/src/runtime/diff.js +1 -1
- package/dist/src/runtime/diff.js.map +1 -1
- package/dist/src/runtime/ontology.d.ts +1 -1
- package/dist/src/runtime/ontology.d.ts.map +1 -1
- package/dist/src/runtime/ontology.js +1 -1
- package/dist/src/runtime/ontology.js.map +1 -1
- package/dist/src/ui.js +3 -3
- package/dist/src/ui.js.map +1 -1
- package/dist/src/utils/derive.d.ts +29 -0
- package/dist/src/utils/derive.d.ts.map +1 -0
- package/dist/src/utils/derive.js +57 -0
- package/dist/src/utils/derive.js.map +1 -0
- package/dist/src/{manifest.d.ts → utils/manifest.d.ts} +9 -14
- package/dist/src/utils/manifest.d.ts.map +1 -0
- package/dist/src/utils/manifest.js +37 -0
- package/dist/src/utils/manifest.js.map +1 -0
- package/dist/test/bind/data/data.examples.d.ts.map +1 -0
- package/dist/test/bind/data/data.examples.js.map +1 -0
- package/dist/test/bind/func/func.examples.d.ts.map +1 -0
- package/dist/test/bind/func/func.examples.js.map +1 -0
- package/dist/test/bind/record/record.examples.d.ts +13 -0
- package/dist/test/bind/record/record.examples.d.ts.map +1 -0
- package/dist/test/bind/record/record.examples.js +73 -0
- package/dist/test/bind/record/record.examples.js.map +1 -0
- package/dist/test/experiment/experiment.examples.d.ts +285 -385
- package/dist/test/experiment/experiment.examples.d.ts.map +1 -1
- package/dist/test/experiment/experiment.examples.js +148 -79
- package/dist/test/experiment/experiment.examples.js.map +1 -1
- package/package.json +7 -7
- package/dist/src/data.d.ts.map +0 -1
- package/dist/src/data.js.map +0 -1
- package/dist/src/derive.d.ts +0 -34
- package/dist/src/derive.d.ts.map +0 -1
- package/dist/src/derive.js +0 -86
- package/dist/src/derive.js.map +0 -1
- package/dist/src/diff.d.ts.map +0 -1
- package/dist/src/diff.js.map +0 -1
- package/dist/src/func.d.ts.map +0 -1
- package/dist/src/func.js.map +0 -1
- package/dist/src/manifest.d.ts.map +0 -1
- package/dist/src/manifest.js +0 -53
- package/dist/src/manifest.js.map +0 -1
- package/dist/src/ontology.d.ts.map +0 -1
- package/dist/src/ontology.js.map +0 -1
- package/dist/test/data/data.examples.d.ts.map +0 -1
- package/dist/test/data/data.examples.js.map +0 -1
- package/dist/test/func/func.examples.d.ts.map +0 -1
- package/dist/test/func/func.examples.js.map +0 -1
- /package/dist/src/{func.d.ts → bind/func.d.ts} +0 -0
- /package/dist/src/{func.js → bind/func.js} +0 -0
- /package/dist/test/{data → bind/data}/data.examples.d.ts +0 -0
- /package/dist/test/{data → bind/data}/data.examples.js +0 -0
- /package/dist/test/{func → bind/func}/func.examples.d.ts +0 -0
- /package/dist/test/{func → bind/func}/func.examples.js +0 -0
|
@@ -8,25 +8,25 @@
|
|
|
8
8
|
* generic manufacturing process. The worked question is *"did `slow_cure` change
|
|
9
9
|
* `bond_strength`?"* — a confounding-by-indication story: the optional slow-cure
|
|
10
10
|
* step is applied to the weaker incoming material, so the raw average makes it
|
|
11
|
-
* look worse (−3.1) while the like-for-like estimate flips it positive (+5.2)
|
|
11
|
+
* look worse (−3.1) while the like-for-like estimate flips it positive (+5.2),
|
|
12
|
+
* and the honesty verdict is `causal`.
|
|
12
13
|
*
|
|
13
14
|
* Pattern (the real, interactive shape — not a mock):
|
|
14
15
|
* 1. `e3.input('batches', Array(BatchRow), [...])` — the **input dataset**. The
|
|
15
16
|
* renderer introspects this row struct to drive the treatment / outcome /
|
|
16
17
|
* confounder pickers, exactly like `Table`.
|
|
17
|
-
* 2. `e3.input('
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* east-py-datascience's
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* numbers, and re-runs when the user edits the spec.
|
|
18
|
+
* 2. `e3.input('experiment_config', Experiment.Types.Config, {...})` — the
|
|
19
|
+
* staged config the pickers edit (snake_case; structurally identical to
|
|
20
|
+
* east-py-datascience's `Causal.Types.CausalExperimentConfigType`).
|
|
21
|
+
* 3. ONE `e3.function('experiment', (rows, config) → ExperimentResult)`. In
|
|
22
|
+
* production its body calls east-py-datascience's `Causal.experiment`; here
|
|
23
|
+
* it is a pure-East fixture returning the constants the real engine would,
|
|
24
|
+
* so the surface runs offline with no datascience dependency. The snapshot
|
|
25
|
+
* harness compiles this body to seed the function — the numbers live only
|
|
26
|
+
* here, so the two copies cannot drift.
|
|
27
|
+
* 4. `<Experiment data config experiment journal />`. The renderer auto-runs on
|
|
28
|
+
* mount, derives every word / colour / bar from the single returned result
|
|
29
|
+
* and its `verdict`, and re-runs when the user edits the config.
|
|
30
30
|
*/
|
|
31
31
|
import { ArrayType, StructType, BooleanType, FloatType, IntegerType, StringType, DateTimeType, variant } from '@elaraai/east';
|
|
32
32
|
/** One production batch — the row struct the pickers are generic over. */
|
|
@@ -50,62 +50,11 @@ export declare const batchesInput: import("@elaraai/e3").DatasetDef<ArrayType<St
|
|
|
50
50
|
readonly product: StringType;
|
|
51
51
|
readonly run_date: DateTimeType;
|
|
52
52
|
}>>, [variant<"field", "inputs">, variant<"field", "batches">]>;
|
|
53
|
-
export declare const
|
|
53
|
+
export declare const experimentConfigInput: import("@elaraai/e3").DatasetDef<StructType<{
|
|
54
54
|
readonly treatment: StringType;
|
|
55
55
|
readonly outcome: StringType;
|
|
56
|
-
readonly
|
|
57
|
-
readonly categorical: ArrayType<StringType
|
|
58
|
-
readonly population: import("@elaraai/east").OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
59
|
-
readonly string: import("@elaraai/east").StructType<{
|
|
60
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
61
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
62
|
-
readonly eq: import("@elaraai/east").StringType;
|
|
63
|
-
readonly neq: import("@elaraai/east").StringType;
|
|
64
|
-
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
65
|
-
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
66
|
-
readonly contains: import("@elaraai/east").StringType;
|
|
67
|
-
readonly matches: import("@elaraai/east").StringType;
|
|
68
|
-
}>;
|
|
69
|
-
}>;
|
|
70
|
-
readonly integer: import("@elaraai/east").StructType<{
|
|
71
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
72
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
73
|
-
readonly eq: import("@elaraai/east").IntegerType;
|
|
74
|
-
readonly neq: import("@elaraai/east").IntegerType;
|
|
75
|
-
readonly lt: import("@elaraai/east").IntegerType;
|
|
76
|
-
readonly lte: import("@elaraai/east").IntegerType;
|
|
77
|
-
readonly gt: import("@elaraai/east").IntegerType;
|
|
78
|
-
readonly gte: import("@elaraai/east").IntegerType;
|
|
79
|
-
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
80
|
-
}>;
|
|
81
|
-
}>;
|
|
82
|
-
readonly float: import("@elaraai/east").StructType<{
|
|
83
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
84
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
85
|
-
readonly lt: import("@elaraai/east").FloatType;
|
|
86
|
-
readonly lte: import("@elaraai/east").FloatType;
|
|
87
|
-
readonly gt: import("@elaraai/east").FloatType;
|
|
88
|
-
readonly gte: import("@elaraai/east").FloatType;
|
|
89
|
-
}>;
|
|
90
|
-
}>;
|
|
91
|
-
readonly datetime: import("@elaraai/east").StructType<{
|
|
92
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
93
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
94
|
-
readonly before: import("@elaraai/east").DateTimeType;
|
|
95
|
-
readonly after: import("@elaraai/east").DateTimeType;
|
|
96
|
-
readonly between: import("@elaraai/east").StructType<{
|
|
97
|
-
readonly from: import("@elaraai/east").DateTimeType;
|
|
98
|
-
readonly to: import("@elaraai/east").DateTimeType;
|
|
99
|
-
}>;
|
|
100
|
-
}>;
|
|
101
|
-
}>;
|
|
102
|
-
readonly boolean: import("@elaraai/east").StructType<{
|
|
103
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
104
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
105
|
-
readonly is: import("@elaraai/east").BooleanType;
|
|
106
|
-
}>;
|
|
107
|
-
}>;
|
|
108
|
-
}>>>;
|
|
56
|
+
readonly common_causes: ArrayType<StringType>;
|
|
57
|
+
readonly categorical: import("@elaraai/east").OptionType<ArrayType<StringType>>;
|
|
109
58
|
readonly method: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
110
59
|
readonly linear_regression: import("@elaraai/east").NullType;
|
|
111
60
|
readonly propensity_score_weighting: StructType<{
|
|
@@ -116,20 +65,28 @@ export declare const experimentSpecInput: import("@elaraai/e3").DatasetDef<Struc
|
|
|
116
65
|
}>>;
|
|
117
66
|
}>;
|
|
118
67
|
}>>;
|
|
119
|
-
readonly
|
|
68
|
+
readonly estimand: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
120
69
|
readonly ate: import("@elaraai/east").NullType;
|
|
121
70
|
readonly att: import("@elaraai/east").NullType;
|
|
122
71
|
readonly atc: import("@elaraai/east").NullType;
|
|
123
72
|
}>>;
|
|
124
|
-
readonly
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
73
|
+
readonly refute: import("@elaraai/east").OptionType<StructType<{
|
|
74
|
+
readonly placebo: BooleanType;
|
|
75
|
+
readonly random_common_cause: BooleanType;
|
|
76
|
+
readonly data_subset: BooleanType;
|
|
77
|
+
readonly sensitivity: import("@elaraai/east").OptionType<ArrayType<FloatType>>;
|
|
78
|
+
}>>;
|
|
79
|
+
readonly dose_feature: import("@elaraai/east").OptionType<StringType>;
|
|
80
|
+
readonly min_overlap: import("@elaraai/east").OptionType<FloatType>;
|
|
81
|
+
readonly min_treatment_variation: import("@elaraai/east").OptionType<FloatType>;
|
|
82
|
+
readonly bootstrap: import("@elaraai/east").OptionType<StructType<{
|
|
83
|
+
readonly reps: IntegerType;
|
|
84
|
+
readonly cluster_column: import("@elaraai/east").OptionType<StringType>;
|
|
85
|
+
readonly confidence_level: import("@elaraai/east").OptionType<FloatType>;
|
|
130
86
|
}>>;
|
|
131
|
-
|
|
132
|
-
|
|
87
|
+
readonly random_state: import("@elaraai/east").OptionType<IntegerType>;
|
|
88
|
+
}>, [variant<"field", "inputs">, variant<"field", "experiment_config">]>;
|
|
89
|
+
export declare const experimentFn: import("@elaraai/e3").FunctionDef<[ArrayType<StructType<{
|
|
133
90
|
readonly slow_cure: BooleanType;
|
|
134
91
|
readonly bond_strength: FloatType;
|
|
135
92
|
readonly incoming_grade: FloatType;
|
|
@@ -141,59 +98,8 @@ export declare const estimateFn: import("@elaraai/e3").FunctionDef<[ArrayType<St
|
|
|
141
98
|
}>>, StructType<{
|
|
142
99
|
readonly treatment: StringType;
|
|
143
100
|
readonly outcome: StringType;
|
|
144
|
-
readonly
|
|
145
|
-
readonly categorical: ArrayType<StringType
|
|
146
|
-
readonly population: import("@elaraai/east").OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
147
|
-
readonly string: import("@elaraai/east").StructType<{
|
|
148
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
149
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
150
|
-
readonly eq: import("@elaraai/east").StringType;
|
|
151
|
-
readonly neq: import("@elaraai/east").StringType;
|
|
152
|
-
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
153
|
-
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
154
|
-
readonly contains: import("@elaraai/east").StringType;
|
|
155
|
-
readonly matches: import("@elaraai/east").StringType;
|
|
156
|
-
}>;
|
|
157
|
-
}>;
|
|
158
|
-
readonly integer: import("@elaraai/east").StructType<{
|
|
159
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
160
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
161
|
-
readonly eq: import("@elaraai/east").IntegerType;
|
|
162
|
-
readonly neq: import("@elaraai/east").IntegerType;
|
|
163
|
-
readonly lt: import("@elaraai/east").IntegerType;
|
|
164
|
-
readonly lte: import("@elaraai/east").IntegerType;
|
|
165
|
-
readonly gt: import("@elaraai/east").IntegerType;
|
|
166
|
-
readonly gte: import("@elaraai/east").IntegerType;
|
|
167
|
-
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
168
|
-
}>;
|
|
169
|
-
}>;
|
|
170
|
-
readonly float: import("@elaraai/east").StructType<{
|
|
171
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
172
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
173
|
-
readonly lt: import("@elaraai/east").FloatType;
|
|
174
|
-
readonly lte: import("@elaraai/east").FloatType;
|
|
175
|
-
readonly gt: import("@elaraai/east").FloatType;
|
|
176
|
-
readonly gte: import("@elaraai/east").FloatType;
|
|
177
|
-
}>;
|
|
178
|
-
}>;
|
|
179
|
-
readonly datetime: import("@elaraai/east").StructType<{
|
|
180
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
181
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
182
|
-
readonly before: import("@elaraai/east").DateTimeType;
|
|
183
|
-
readonly after: import("@elaraai/east").DateTimeType;
|
|
184
|
-
readonly between: import("@elaraai/east").StructType<{
|
|
185
|
-
readonly from: import("@elaraai/east").DateTimeType;
|
|
186
|
-
readonly to: import("@elaraai/east").DateTimeType;
|
|
187
|
-
}>;
|
|
188
|
-
}>;
|
|
189
|
-
}>;
|
|
190
|
-
readonly boolean: import("@elaraai/east").StructType<{
|
|
191
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
192
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
193
|
-
readonly is: import("@elaraai/east").BooleanType;
|
|
194
|
-
}>;
|
|
195
|
-
}>;
|
|
196
|
-
}>>>;
|
|
101
|
+
readonly common_causes: ArrayType<StringType>;
|
|
102
|
+
readonly categorical: import("@elaraai/east").OptionType<ArrayType<StringType>>;
|
|
197
103
|
readonly method: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
198
104
|
readonly linear_regression: import("@elaraai/east").NullType;
|
|
199
105
|
readonly propensity_score_weighting: StructType<{
|
|
@@ -204,41 +110,85 @@ export declare const estimateFn: import("@elaraai/e3").FunctionDef<[ArrayType<St
|
|
|
204
110
|
}>>;
|
|
205
111
|
}>;
|
|
206
112
|
}>>;
|
|
207
|
-
readonly
|
|
113
|
+
readonly estimand: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
208
114
|
readonly ate: import("@elaraai/east").NullType;
|
|
209
115
|
readonly att: import("@elaraai/east").NullType;
|
|
210
116
|
readonly atc: import("@elaraai/east").NullType;
|
|
211
117
|
}>>;
|
|
212
|
-
readonly
|
|
213
|
-
readonly
|
|
214
|
-
readonly
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
}>;
|
|
118
|
+
readonly refute: import("@elaraai/east").OptionType<StructType<{
|
|
119
|
+
readonly placebo: BooleanType;
|
|
120
|
+
readonly random_common_cause: BooleanType;
|
|
121
|
+
readonly data_subset: BooleanType;
|
|
122
|
+
readonly sensitivity: import("@elaraai/east").OptionType<ArrayType<FloatType>>;
|
|
218
123
|
}>>;
|
|
219
|
-
|
|
220
|
-
readonly
|
|
221
|
-
readonly
|
|
222
|
-
|
|
223
|
-
readonly
|
|
124
|
+
readonly dose_feature: import("@elaraai/east").OptionType<StringType>;
|
|
125
|
+
readonly min_overlap: import("@elaraai/east").OptionType<FloatType>;
|
|
126
|
+
readonly min_treatment_variation: import("@elaraai/east").OptionType<FloatType>;
|
|
127
|
+
readonly bootstrap: import("@elaraai/east").OptionType<StructType<{
|
|
128
|
+
readonly reps: IntegerType;
|
|
129
|
+
readonly cluster_column: import("@elaraai/east").OptionType<StringType>;
|
|
130
|
+
readonly confidence_level: import("@elaraai/east").OptionType<FloatType>;
|
|
224
131
|
}>>;
|
|
132
|
+
readonly random_state: import("@elaraai/east").OptionType<IntegerType>;
|
|
133
|
+
}>], StructType<{
|
|
225
134
|
readonly naive: FloatType;
|
|
226
|
-
readonly
|
|
135
|
+
readonly naive_ci: import("@elaraai/east").OptionType<StructType<{
|
|
227
136
|
readonly lower: FloatType;
|
|
228
137
|
readonly upper: FloatType;
|
|
229
138
|
}>>;
|
|
230
|
-
readonly
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
139
|
+
readonly adjusted: import("@elaraai/east").OptionType<StructType<{
|
|
140
|
+
readonly effect: FloatType;
|
|
141
|
+
readonly ci: import("@elaraai/east").OptionType<StructType<{
|
|
142
|
+
readonly lower: FloatType;
|
|
143
|
+
readonly upper: FloatType;
|
|
144
|
+
}>>;
|
|
145
|
+
}>>;
|
|
146
|
+
readonly n_total: IntegerType;
|
|
147
|
+
readonly n_treated: IntegerType;
|
|
148
|
+
readonly n_control: IntegerType;
|
|
149
|
+
readonly n_dropped: IntegerType;
|
|
234
150
|
readonly balance: ArrayType<StructType<{
|
|
235
151
|
readonly column: StringType;
|
|
236
|
-
readonly
|
|
237
|
-
readonly
|
|
238
|
-
readonly
|
|
152
|
+
readonly base_column: StringType;
|
|
153
|
+
readonly treated_mean: FloatType;
|
|
154
|
+
readonly control_mean: FloatType;
|
|
155
|
+
readonly std_diff: FloatType;
|
|
239
156
|
}>>;
|
|
157
|
+
readonly overlap: StructType<{
|
|
158
|
+
readonly treated_propensity: import("@elaraai/east").VectorType<FloatType>;
|
|
159
|
+
readonly control_propensity: import("@elaraai/east").VectorType<FloatType>;
|
|
160
|
+
readonly common_support_frac: FloatType;
|
|
161
|
+
readonly positivity_ok: BooleanType;
|
|
162
|
+
}>;
|
|
163
|
+
readonly refutation: import("@elaraai/east").OptionType<StructType<{
|
|
164
|
+
readonly placebo_effect: import("@elaraai/east").OptionType<FloatType>;
|
|
165
|
+
readonly placebo_passes: import("@elaraai/east").OptionType<BooleanType>;
|
|
166
|
+
readonly random_cc_within_ci: import("@elaraai/east").OptionType<BooleanType>;
|
|
167
|
+
readonly data_subset_effect: import("@elaraai/east").OptionType<FloatType>;
|
|
168
|
+
readonly data_subset_std: import("@elaraai/east").OptionType<FloatType>;
|
|
169
|
+
readonly robustness_value: import("@elaraai/east").OptionType<FloatType>;
|
|
170
|
+
readonly sensitivity: import("@elaraai/east").OptionType<StructType<{
|
|
171
|
+
readonly strengths: import("@elaraai/east").VectorType<FloatType>;
|
|
172
|
+
readonly effects: import("@elaraai/east").VectorType<FloatType>;
|
|
173
|
+
}>>;
|
|
174
|
+
}>>;
|
|
175
|
+
readonly dose_response: import("@elaraai/east").OptionType<StructType<{
|
|
176
|
+
readonly feature: StringType;
|
|
177
|
+
readonly grid: import("@elaraai/east").VectorType<FloatType>;
|
|
178
|
+
readonly effect: import("@elaraai/east").VectorType<FloatType>;
|
|
179
|
+
readonly lower: import("@elaraai/east").OptionType<import("@elaraai/east").VectorType<FloatType>>;
|
|
180
|
+
readonly upper: import("@elaraai/east").OptionType<import("@elaraai/east").VectorType<FloatType>>;
|
|
181
|
+
readonly size: import("@elaraai/east").VectorType<IntegerType>;
|
|
182
|
+
}>>;
|
|
183
|
+
readonly verdict: import("@elaraai/east").VariantType<{
|
|
184
|
+
readonly causal: import("@elaraai/east").NullType;
|
|
185
|
+
readonly modest: import("@elaraai/east").NullType;
|
|
186
|
+
readonly adjustment_insufficient: import("@elaraai/east").NullType;
|
|
187
|
+
readonly non_identifiable_positivity: import("@elaraai/east").NullType;
|
|
188
|
+
readonly not_estimable: StringType;
|
|
189
|
+
}>;
|
|
240
190
|
}>>;
|
|
241
|
-
export declare const
|
|
191
|
+
export declare const designFn: import("@elaraai/e3").FunctionDef<[ArrayType<StructType<{
|
|
242
192
|
readonly slow_cure: BooleanType;
|
|
243
193
|
readonly bond_strength: FloatType;
|
|
244
194
|
readonly incoming_grade: FloatType;
|
|
@@ -250,59 +200,8 @@ export declare const refuteFn: import("@elaraai/e3").FunctionDef<[ArrayType<Stru
|
|
|
250
200
|
}>>, StructType<{
|
|
251
201
|
readonly treatment: StringType;
|
|
252
202
|
readonly outcome: StringType;
|
|
253
|
-
readonly
|
|
254
|
-
readonly categorical: ArrayType<StringType
|
|
255
|
-
readonly population: import("@elaraai/east").OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
256
|
-
readonly string: import("@elaraai/east").StructType<{
|
|
257
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
258
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
259
|
-
readonly eq: import("@elaraai/east").StringType;
|
|
260
|
-
readonly neq: import("@elaraai/east").StringType;
|
|
261
|
-
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
262
|
-
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
263
|
-
readonly contains: import("@elaraai/east").StringType;
|
|
264
|
-
readonly matches: import("@elaraai/east").StringType;
|
|
265
|
-
}>;
|
|
266
|
-
}>;
|
|
267
|
-
readonly integer: import("@elaraai/east").StructType<{
|
|
268
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
269
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
270
|
-
readonly eq: import("@elaraai/east").IntegerType;
|
|
271
|
-
readonly neq: import("@elaraai/east").IntegerType;
|
|
272
|
-
readonly lt: import("@elaraai/east").IntegerType;
|
|
273
|
-
readonly lte: import("@elaraai/east").IntegerType;
|
|
274
|
-
readonly gt: import("@elaraai/east").IntegerType;
|
|
275
|
-
readonly gte: import("@elaraai/east").IntegerType;
|
|
276
|
-
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
277
|
-
}>;
|
|
278
|
-
}>;
|
|
279
|
-
readonly float: import("@elaraai/east").StructType<{
|
|
280
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
281
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
282
|
-
readonly lt: import("@elaraai/east").FloatType;
|
|
283
|
-
readonly lte: import("@elaraai/east").FloatType;
|
|
284
|
-
readonly gt: import("@elaraai/east").FloatType;
|
|
285
|
-
readonly gte: import("@elaraai/east").FloatType;
|
|
286
|
-
}>;
|
|
287
|
-
}>;
|
|
288
|
-
readonly datetime: import("@elaraai/east").StructType<{
|
|
289
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
290
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
291
|
-
readonly before: import("@elaraai/east").DateTimeType;
|
|
292
|
-
readonly after: import("@elaraai/east").DateTimeType;
|
|
293
|
-
readonly between: import("@elaraai/east").StructType<{
|
|
294
|
-
readonly from: import("@elaraai/east").DateTimeType;
|
|
295
|
-
readonly to: import("@elaraai/east").DateTimeType;
|
|
296
|
-
}>;
|
|
297
|
-
}>;
|
|
298
|
-
}>;
|
|
299
|
-
readonly boolean: import("@elaraai/east").StructType<{
|
|
300
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
301
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
302
|
-
readonly is: import("@elaraai/east").BooleanType;
|
|
303
|
-
}>;
|
|
304
|
-
}>;
|
|
305
|
-
}>>>;
|
|
203
|
+
readonly common_causes: ArrayType<StringType>;
|
|
204
|
+
readonly categorical: import("@elaraai/east").OptionType<ArrayType<StringType>>;
|
|
306
205
|
readonly method: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
307
206
|
readonly linear_regression: import("@elaraai/east").NullType;
|
|
308
207
|
readonly propensity_score_weighting: StructType<{
|
|
@@ -313,191 +212,128 @@ export declare const refuteFn: import("@elaraai/e3").FunctionDef<[ArrayType<Stru
|
|
|
313
212
|
}>>;
|
|
314
213
|
}>;
|
|
315
214
|
}>>;
|
|
316
|
-
readonly
|
|
215
|
+
readonly estimand: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
317
216
|
readonly ate: import("@elaraai/east").NullType;
|
|
318
217
|
readonly att: import("@elaraai/east").NullType;
|
|
319
218
|
readonly atc: import("@elaraai/east").NullType;
|
|
320
219
|
}>>;
|
|
321
|
-
readonly
|
|
322
|
-
readonly
|
|
323
|
-
readonly
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
}>;
|
|
220
|
+
readonly refute: import("@elaraai/east").OptionType<StructType<{
|
|
221
|
+
readonly placebo: BooleanType;
|
|
222
|
+
readonly random_common_cause: BooleanType;
|
|
223
|
+
readonly data_subset: BooleanType;
|
|
224
|
+
readonly sensitivity: import("@elaraai/east").OptionType<ArrayType<FloatType>>;
|
|
327
225
|
}>>;
|
|
328
|
-
|
|
329
|
-
readonly
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
}>;
|
|
336
|
-
readonly estimatedEffect: FloatType;
|
|
337
|
-
readonly newEffects: import("@elaraai/east").VectorType<FloatType>;
|
|
338
|
-
readonly strengths: import("@elaraai/east").OptionType<import("@elaraai/east").VectorType<FloatType>>;
|
|
339
|
-
readonly pValue: import("@elaraai/east").OptionType<FloatType>;
|
|
226
|
+
readonly dose_feature: import("@elaraai/east").OptionType<StringType>;
|
|
227
|
+
readonly min_overlap: import("@elaraai/east").OptionType<FloatType>;
|
|
228
|
+
readonly min_treatment_variation: import("@elaraai/east").OptionType<FloatType>;
|
|
229
|
+
readonly bootstrap: import("@elaraai/east").OptionType<StructType<{
|
|
230
|
+
readonly reps: IntegerType;
|
|
231
|
+
readonly cluster_column: import("@elaraai/east").OptionType<StringType>;
|
|
232
|
+
readonly confidence_level: import("@elaraai/east").OptionType<FloatType>;
|
|
340
233
|
}>>;
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
readonly
|
|
344
|
-
readonly
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
readonly supplier: IntegerType;
|
|
348
|
-
readonly line: StringType;
|
|
349
|
-
readonly product: StringType;
|
|
350
|
-
readonly run_date: DateTimeType;
|
|
351
|
-
}>>, StructType<{
|
|
352
|
-
readonly treatment: StringType;
|
|
353
|
-
readonly outcome: StringType;
|
|
354
|
-
readonly confounders: ArrayType<StringType>;
|
|
355
|
-
readonly categorical: ArrayType<StringType>;
|
|
356
|
-
readonly population: import("@elaraai/east").OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
357
|
-
readonly string: import("@elaraai/east").StructType<{
|
|
358
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
359
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
360
|
-
readonly eq: import("@elaraai/east").StringType;
|
|
361
|
-
readonly neq: import("@elaraai/east").StringType;
|
|
362
|
-
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
363
|
-
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
364
|
-
readonly contains: import("@elaraai/east").StringType;
|
|
365
|
-
readonly matches: import("@elaraai/east").StringType;
|
|
366
|
-
}>;
|
|
367
|
-
}>;
|
|
368
|
-
readonly integer: import("@elaraai/east").StructType<{
|
|
369
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
370
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
371
|
-
readonly eq: import("@elaraai/east").IntegerType;
|
|
372
|
-
readonly neq: import("@elaraai/east").IntegerType;
|
|
373
|
-
readonly lt: import("@elaraai/east").IntegerType;
|
|
374
|
-
readonly lte: import("@elaraai/east").IntegerType;
|
|
375
|
-
readonly gt: import("@elaraai/east").IntegerType;
|
|
376
|
-
readonly gte: import("@elaraai/east").IntegerType;
|
|
377
|
-
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
378
|
-
}>;
|
|
379
|
-
}>;
|
|
380
|
-
readonly float: import("@elaraai/east").StructType<{
|
|
381
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
382
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
383
|
-
readonly lt: import("@elaraai/east").FloatType;
|
|
384
|
-
readonly lte: import("@elaraai/east").FloatType;
|
|
385
|
-
readonly gt: import("@elaraai/east").FloatType;
|
|
386
|
-
readonly gte: import("@elaraai/east").FloatType;
|
|
387
|
-
}>;
|
|
388
|
-
}>;
|
|
389
|
-
readonly datetime: import("@elaraai/east").StructType<{
|
|
390
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
391
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
392
|
-
readonly before: import("@elaraai/east").DateTimeType;
|
|
393
|
-
readonly after: import("@elaraai/east").DateTimeType;
|
|
394
|
-
readonly between: import("@elaraai/east").StructType<{
|
|
395
|
-
readonly from: import("@elaraai/east").DateTimeType;
|
|
396
|
-
readonly to: import("@elaraai/east").DateTimeType;
|
|
397
|
-
}>;
|
|
398
|
-
}>;
|
|
399
|
-
}>;
|
|
400
|
-
readonly boolean: import("@elaraai/east").StructType<{
|
|
401
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
402
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
403
|
-
readonly is: import("@elaraai/east").BooleanType;
|
|
404
|
-
}>;
|
|
405
|
-
}>;
|
|
406
|
-
}>>>;
|
|
407
|
-
readonly method: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
408
|
-
readonly linear_regression: import("@elaraai/east").NullType;
|
|
409
|
-
readonly propensity_score_weighting: StructType<{
|
|
410
|
-
readonly weighting_scheme: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
411
|
-
readonly ips_weight: import("@elaraai/east").NullType;
|
|
412
|
-
readonly ips_stabilized_weight: import("@elaraai/east").NullType;
|
|
413
|
-
readonly ips_normalized_weight: import("@elaraai/east").NullType;
|
|
414
|
-
}>>;
|
|
415
|
-
}>;
|
|
416
|
-
}>>;
|
|
417
|
-
readonly targetUnits: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
418
|
-
readonly ate: import("@elaraai/east").NullType;
|
|
419
|
-
readonly att: import("@elaraai/east").NullType;
|
|
420
|
-
readonly atc: import("@elaraai/east").NullType;
|
|
234
|
+
readonly random_state: import("@elaraai/east").OptionType<IntegerType>;
|
|
235
|
+
}>, StructType<{
|
|
236
|
+
readonly naive: FloatType;
|
|
237
|
+
readonly naive_ci: import("@elaraai/east").OptionType<StructType<{
|
|
238
|
+
readonly lower: FloatType;
|
|
239
|
+
readonly upper: FloatType;
|
|
421
240
|
}>>;
|
|
422
|
-
readonly
|
|
423
|
-
readonly
|
|
424
|
-
readonly
|
|
241
|
+
readonly adjusted: import("@elaraai/east").OptionType<StructType<{
|
|
242
|
+
readonly effect: FloatType;
|
|
243
|
+
readonly ci: import("@elaraai/east").OptionType<StructType<{
|
|
425
244
|
readonly lower: FloatType;
|
|
426
245
|
readonly upper: FloatType;
|
|
427
|
-
}
|
|
246
|
+
}>>;
|
|
428
247
|
}>>;
|
|
429
|
-
|
|
430
|
-
readonly
|
|
431
|
-
readonly
|
|
432
|
-
readonly
|
|
433
|
-
readonly
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
readonly
|
|
248
|
+
readonly n_total: IntegerType;
|
|
249
|
+
readonly n_treated: IntegerType;
|
|
250
|
+
readonly n_control: IntegerType;
|
|
251
|
+
readonly n_dropped: IntegerType;
|
|
252
|
+
readonly balance: ArrayType<StructType<{
|
|
253
|
+
readonly column: StringType;
|
|
254
|
+
readonly base_column: StringType;
|
|
255
|
+
readonly treated_mean: FloatType;
|
|
256
|
+
readonly control_mean: FloatType;
|
|
257
|
+
readonly std_diff: FloatType;
|
|
258
|
+
}>>;
|
|
259
|
+
readonly overlap: StructType<{
|
|
260
|
+
readonly treated_propensity: import("@elaraai/east").VectorType<FloatType>;
|
|
261
|
+
readonly control_propensity: import("@elaraai/east").VectorType<FloatType>;
|
|
262
|
+
readonly common_support_frac: FloatType;
|
|
263
|
+
readonly positivity_ok: BooleanType;
|
|
264
|
+
}>;
|
|
265
|
+
readonly refutation: import("@elaraai/east").OptionType<StructType<{
|
|
266
|
+
readonly placebo_effect: import("@elaraai/east").OptionType<FloatType>;
|
|
267
|
+
readonly placebo_passes: import("@elaraai/east").OptionType<BooleanType>;
|
|
268
|
+
readonly random_cc_within_ci: import("@elaraai/east").OptionType<BooleanType>;
|
|
269
|
+
readonly data_subset_effect: import("@elaraai/east").OptionType<FloatType>;
|
|
270
|
+
readonly data_subset_std: import("@elaraai/east").OptionType<FloatType>;
|
|
271
|
+
readonly robustness_value: import("@elaraai/east").OptionType<FloatType>;
|
|
272
|
+
readonly sensitivity: import("@elaraai/east").OptionType<StructType<{
|
|
273
|
+
readonly strengths: import("@elaraai/east").VectorType<FloatType>;
|
|
274
|
+
readonly effects: import("@elaraai/east").VectorType<FloatType>;
|
|
275
|
+
}>>;
|
|
276
|
+
}>>;
|
|
277
|
+
readonly dose_response: import("@elaraai/east").OptionType<StructType<{
|
|
278
|
+
readonly feature: StringType;
|
|
438
279
|
readonly grid: import("@elaraai/east").VectorType<FloatType>;
|
|
439
280
|
readonly effect: import("@elaraai/east").VectorType<FloatType>;
|
|
440
281
|
readonly lower: import("@elaraai/east").OptionType<import("@elaraai/east").VectorType<FloatType>>;
|
|
441
282
|
readonly upper: import("@elaraai/east").OptionType<import("@elaraai/east").VectorType<FloatType>>;
|
|
442
|
-
|
|
283
|
+
readonly size: import("@elaraai/east").VectorType<IntegerType>;
|
|
284
|
+
}>>;
|
|
285
|
+
readonly verdict: import("@elaraai/east").VariantType<{
|
|
286
|
+
readonly causal: import("@elaraai/east").NullType;
|
|
287
|
+
readonly modest: import("@elaraai/east").NullType;
|
|
288
|
+
readonly adjustment_insufficient: import("@elaraai/east").NullType;
|
|
289
|
+
readonly non_identifiable_positivity: import("@elaraai/east").NullType;
|
|
290
|
+
readonly not_estimable: StringType;
|
|
291
|
+
}>;
|
|
292
|
+
}>, StructType<{
|
|
293
|
+
readonly alpha: import("@elaraai/east").OptionType<FloatType>;
|
|
294
|
+
readonly target_power: import("@elaraai/east").OptionType<FloatType>;
|
|
295
|
+
readonly materiality: import("@elaraai/east").OptionType<FloatType>;
|
|
296
|
+
readonly treated_shares: import("@elaraai/east").OptionType<ArrayType<FloatType>>;
|
|
297
|
+
}>], StructType<{
|
|
298
|
+
readonly verdict: import("@elaraai/east").VariantType<{
|
|
299
|
+
readonly causal: import("@elaraai/east").NullType;
|
|
300
|
+
readonly modest: import("@elaraai/east").NullType;
|
|
301
|
+
readonly adjustment_insufficient: import("@elaraai/east").NullType;
|
|
302
|
+
readonly non_identifiable_positivity: import("@elaraai/east").NullType;
|
|
303
|
+
readonly not_estimable: StringType;
|
|
304
|
+
}>;
|
|
305
|
+
readonly basis: import("@elaraai/east").VariantType<{
|
|
306
|
+
readonly detect_observed: import("@elaraai/east").NullType;
|
|
307
|
+
readonly resolve_vs_null: import("@elaraai/east").NullType;
|
|
308
|
+
readonly de_bias: import("@elaraai/east").NullType;
|
|
309
|
+
readonly restrict_to_overlap: import("@elaraai/east").NullType;
|
|
310
|
+
readonly create_control: import("@elaraai/east").NullType;
|
|
311
|
+
}>;
|
|
312
|
+
readonly target_effect: FloatType;
|
|
313
|
+
readonly outcome_sd: FloatType;
|
|
314
|
+
readonly target_power: FloatType;
|
|
315
|
+
readonly alpha: FloatType;
|
|
316
|
+
readonly current_power: import("@elaraai/east").OptionType<FloatType>;
|
|
317
|
+
readonly match_on: ArrayType<StringType>;
|
|
318
|
+
readonly options: ArrayType<StructType<{
|
|
319
|
+
readonly label: StringType;
|
|
320
|
+
readonly treated_share: FloatType;
|
|
321
|
+
readonly n_treated: IntegerType;
|
|
322
|
+
readonly n_control: IntegerType;
|
|
323
|
+
readonly n_total: IntegerType;
|
|
324
|
+
}>>;
|
|
325
|
+
readonly power_curve: StructType<{
|
|
326
|
+
readonly n: import("@elaraai/east").VectorType<IntegerType>;
|
|
327
|
+
readonly power: import("@elaraai/east").VectorType<FloatType>;
|
|
328
|
+
}>;
|
|
329
|
+
readonly rationale: StringType;
|
|
443
330
|
}>>;
|
|
444
331
|
export declare const experimentJournalInput: import("@elaraai/e3").DatasetDef<ArrayType<StructType<{
|
|
445
|
-
readonly
|
|
332
|
+
readonly config: StructType<{
|
|
446
333
|
readonly treatment: StringType;
|
|
447
334
|
readonly outcome: StringType;
|
|
448
|
-
readonly
|
|
449
|
-
readonly categorical: ArrayType<StringType
|
|
450
|
-
readonly population: import("@elaraai/east").OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
451
|
-
readonly string: import("@elaraai/east").StructType<{
|
|
452
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
453
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
454
|
-
readonly eq: import("@elaraai/east").StringType;
|
|
455
|
-
readonly neq: import("@elaraai/east").StringType;
|
|
456
|
-
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
457
|
-
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
458
|
-
readonly contains: import("@elaraai/east").StringType;
|
|
459
|
-
readonly matches: import("@elaraai/east").StringType;
|
|
460
|
-
}>;
|
|
461
|
-
}>;
|
|
462
|
-
readonly integer: import("@elaraai/east").StructType<{
|
|
463
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
464
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
465
|
-
readonly eq: import("@elaraai/east").IntegerType;
|
|
466
|
-
readonly neq: import("@elaraai/east").IntegerType;
|
|
467
|
-
readonly lt: import("@elaraai/east").IntegerType;
|
|
468
|
-
readonly lte: import("@elaraai/east").IntegerType;
|
|
469
|
-
readonly gt: import("@elaraai/east").IntegerType;
|
|
470
|
-
readonly gte: import("@elaraai/east").IntegerType;
|
|
471
|
-
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
472
|
-
}>;
|
|
473
|
-
}>;
|
|
474
|
-
readonly float: import("@elaraai/east").StructType<{
|
|
475
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
476
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
477
|
-
readonly lt: import("@elaraai/east").FloatType;
|
|
478
|
-
readonly lte: import("@elaraai/east").FloatType;
|
|
479
|
-
readonly gt: import("@elaraai/east").FloatType;
|
|
480
|
-
readonly gte: import("@elaraai/east").FloatType;
|
|
481
|
-
}>;
|
|
482
|
-
}>;
|
|
483
|
-
readonly datetime: import("@elaraai/east").StructType<{
|
|
484
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
485
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
486
|
-
readonly before: import("@elaraai/east").DateTimeType;
|
|
487
|
-
readonly after: import("@elaraai/east").DateTimeType;
|
|
488
|
-
readonly between: import("@elaraai/east").StructType<{
|
|
489
|
-
readonly from: import("@elaraai/east").DateTimeType;
|
|
490
|
-
readonly to: import("@elaraai/east").DateTimeType;
|
|
491
|
-
}>;
|
|
492
|
-
}>;
|
|
493
|
-
}>;
|
|
494
|
-
readonly boolean: import("@elaraai/east").StructType<{
|
|
495
|
-
readonly fieldId: import("@elaraai/east").StringType;
|
|
496
|
-
readonly op: import("@elaraai/east").VariantType<{
|
|
497
|
-
readonly is: import("@elaraai/east").BooleanType;
|
|
498
|
-
}>;
|
|
499
|
-
}>;
|
|
500
|
-
}>>>;
|
|
335
|
+
readonly common_causes: ArrayType<StringType>;
|
|
336
|
+
readonly categorical: import("@elaraai/east").OptionType<ArrayType<StringType>>;
|
|
501
337
|
readonly method: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
502
338
|
readonly linear_regression: import("@elaraai/east").NullType;
|
|
503
339
|
readonly propensity_score_weighting: StructType<{
|
|
@@ -508,28 +344,92 @@ export declare const experimentJournalInput: import("@elaraai/e3").DatasetDef<Ar
|
|
|
508
344
|
}>>;
|
|
509
345
|
}>;
|
|
510
346
|
}>>;
|
|
511
|
-
readonly
|
|
347
|
+
readonly estimand: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
512
348
|
readonly ate: import("@elaraai/east").NullType;
|
|
513
349
|
readonly att: import("@elaraai/east").NullType;
|
|
514
350
|
readonly atc: import("@elaraai/east").NullType;
|
|
515
351
|
}>>;
|
|
516
|
-
readonly
|
|
517
|
-
readonly
|
|
518
|
-
readonly
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
}>;
|
|
352
|
+
readonly refute: import("@elaraai/east").OptionType<StructType<{
|
|
353
|
+
readonly placebo: BooleanType;
|
|
354
|
+
readonly random_common_cause: BooleanType;
|
|
355
|
+
readonly data_subset: BooleanType;
|
|
356
|
+
readonly sensitivity: import("@elaraai/east").OptionType<ArrayType<FloatType>>;
|
|
522
357
|
}>>;
|
|
358
|
+
readonly dose_feature: import("@elaraai/east").OptionType<StringType>;
|
|
359
|
+
readonly min_overlap: import("@elaraai/east").OptionType<FloatType>;
|
|
360
|
+
readonly min_treatment_variation: import("@elaraai/east").OptionType<FloatType>;
|
|
361
|
+
readonly bootstrap: import("@elaraai/east").OptionType<StructType<{
|
|
362
|
+
readonly reps: IntegerType;
|
|
363
|
+
readonly cluster_column: import("@elaraai/east").OptionType<StringType>;
|
|
364
|
+
readonly confidence_level: import("@elaraai/east").OptionType<FloatType>;
|
|
365
|
+
}>>;
|
|
366
|
+
readonly random_state: import("@elaraai/east").OptionType<IntegerType>;
|
|
523
367
|
}>;
|
|
524
|
-
readonly
|
|
525
|
-
|
|
526
|
-
readonly
|
|
527
|
-
readonly
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
368
|
+
readonly verdict: import("@elaraai/east").VariantType<{
|
|
369
|
+
readonly causal: import("@elaraai/east").NullType;
|
|
370
|
+
readonly modest: import("@elaraai/east").NullType;
|
|
371
|
+
readonly adjustment_insufficient: import("@elaraai/east").NullType;
|
|
372
|
+
readonly non_identifiable_positivity: import("@elaraai/east").NullType;
|
|
373
|
+
readonly not_estimable: StringType;
|
|
374
|
+
}>;
|
|
375
|
+
readonly naive: FloatType;
|
|
376
|
+
readonly adjusted: import("@elaraai/east").OptionType<FloatType>;
|
|
377
|
+
readonly committed_at: DateTimeType;
|
|
378
|
+
readonly committed_by: StringType;
|
|
531
379
|
}>>, [variant<"field", "inputs">, variant<"field", "experiment_journal">]>;
|
|
380
|
+
export declare const experimentPopulationInput: import("@elaraai/e3").DatasetDef<ArrayType<import("@elaraai/east").VariantType<{
|
|
381
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
382
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
383
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
384
|
+
readonly eq: import("@elaraai/east").StringType;
|
|
385
|
+
readonly neq: import("@elaraai/east").StringType;
|
|
386
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
387
|
+
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
388
|
+
readonly contains: import("@elaraai/east").StringType;
|
|
389
|
+
readonly matches: import("@elaraai/east").StringType;
|
|
390
|
+
}>;
|
|
391
|
+
}>;
|
|
392
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
393
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
394
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
395
|
+
readonly eq: import("@elaraai/east").IntegerType;
|
|
396
|
+
readonly neq: import("@elaraai/east").IntegerType;
|
|
397
|
+
readonly lt: import("@elaraai/east").IntegerType;
|
|
398
|
+
readonly lte: import("@elaraai/east").IntegerType;
|
|
399
|
+
readonly gt: import("@elaraai/east").IntegerType;
|
|
400
|
+
readonly gte: import("@elaraai/east").IntegerType;
|
|
401
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
402
|
+
}>;
|
|
403
|
+
}>;
|
|
404
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
405
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
406
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
407
|
+
readonly lt: import("@elaraai/east").FloatType;
|
|
408
|
+
readonly lte: import("@elaraai/east").FloatType;
|
|
409
|
+
readonly gt: import("@elaraai/east").FloatType;
|
|
410
|
+
readonly gte: import("@elaraai/east").FloatType;
|
|
411
|
+
}>;
|
|
412
|
+
}>;
|
|
413
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
414
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
415
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
416
|
+
readonly before: import("@elaraai/east").DateTimeType;
|
|
417
|
+
readonly after: import("@elaraai/east").DateTimeType;
|
|
418
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
419
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
420
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
421
|
+
}>;
|
|
422
|
+
}>;
|
|
423
|
+
}>;
|
|
424
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
425
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
426
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
427
|
+
readonly is: import("@elaraai/east").BooleanType;
|
|
428
|
+
}>;
|
|
429
|
+
}>;
|
|
430
|
+
}>>, [variant<"field", "inputs">, variant<"field", "experiment_population">]>;
|
|
532
431
|
export declare const experimentSurface: import("@elaraai/east").ExampleDef<[], any>;
|
|
533
432
|
export declare const experimentTrust: import("@elaraai/east").ExampleDef<[], any>;
|
|
534
433
|
export declare const experimentDose: import("@elaraai/east").ExampleDef<[], any>;
|
|
434
|
+
export declare const experimentValidate: import("@elaraai/east").ExampleDef<[], any>;
|
|
535
435
|
//# sourceMappingURL=experiment.examples.d.ts.map
|