Skip to main content
Advice
0 votes
5 replies
48 views

folks- I'm using the wonderful 'survey' library in R, but running into a problem when I use predict to recover the predicted point estimates and standard errors, then convert them into a data frame to ...
David Crow's user avatar
2 votes
0 answers
89 views

I would like to obtain estimates of the variance explained by each predictor in multiple regression using robust linear regression (for instance with the R function lmrob from robustbase R package or ...
CafféSospeso's user avatar
5 votes
1 answer
91 views

In Stata, there's a function called quadvariance() which computes variance using quad precision (extended floating-point arithmetic) to reduce numerical errors, especially in datasets with very small ...
Elliot P's user avatar
3 votes
0 answers
61 views

Consider this example from book Programming in Scala, 5th Edition by Martin Odersky (Chapter 18 · Type Parameterization) Here - the following class Cat is described: abstract class Cat[-T, +U]: def ...
theutonium.18's user avatar
0 votes
0 answers
51 views

I have a data table and want to create a pivot table off it (top part of image) with a variance field Calculated as the NPV difference (change/movement) between Period D and F (middle part). I have ...
Dasal Kalubowila's user avatar
0 votes
0 answers
27 views

If I am interested in understanding the effect of an interaction between treatment and covariates on the variance of my response, as well as how they may affect the mean of my response, can I write a ...
twilightecologist's user avatar
0 votes
0 answers
57 views

I need help with creating a working dax formula in Power Bi desktop. I am trying to calculate percentage change year over year but using fiscal week numbers as we have a retail 4-4-5 custom calendar ...
Mohanad PC's user avatar
0 votes
1 answer
88 views

I'm trying to find an unified approach to show Plan/Actual/Variance for both absolute and relative metrics. There are several datasets, which are generally structured similarly. They have Dates (...
максим's user avatar
2 votes
0 answers
111 views

As is well known, contravariance is quite rare in Rust. According to the Rust Reference on variance, only fn(T) -> () is contravariant on T. I’ve never fully understood how the following conclusion ...
phil skillwon's user avatar
0 votes
0 answers
59 views

Consider the following: sealed trait IntTree case class Leaf(value: Int) extends IntTree case class Branch(left: IntTree, value: Int, right : IntTree) def test[A <: IntTree](x: A): A = { ...
Ivan's user avatar
  • 38
3 votes
2 answers
217 views

I am trying to calculate the distribution of the Shannon entropy for all possible random strings of length N. (by random, I mean that each letter at each position is picked with equal probability) To ...
HugoRune's user avatar
  • 13.9k
1 vote
1 answer
70 views

The data: Let X be an array of labeled integers roughly in the domain [0, 2000000]. The size |X| is around 3000 elements. The labels are in the domain [A, B, C]. For example: [(13, A), (16, B), (32, A)...
Mat's user avatar
  • 1,509
1 vote
0 answers
38 views

Let's assume we have some time-series data where every person (sample) has measurements for 2 variables (Var1, Var2) for three timepoints. Following is a dummy representation of the data. Is there a ...
Kowshika's user avatar
1 vote
0 answers
112 views

In paper Cost function dependent barren plateaus in shallow parametrized quantum circuits, the author exhibit an warm-up example in page 2 to show the barren plateau phenomenon. In this example, the ...
lang xian's user avatar
0 votes
1 answer
162 views

I have been evaluating the quality of modelfit with the easystats package (0.7.1.3). Since I have mixed models I use the r2_nakagawa() function and since the last update I did (easystats::...
Franelibethgalvez's user avatar

15 30 50 per page
1
2 3 4 5
52