question
stringlengths
37
38.8k
group_id
stringlengths
2
6
sentence_embeddings
listlengths
768
768
<p>We have lot of 3D data and we reduced it to 2D for performing fuzzy clustering and obtaining prototypes. We used some matlab functions that were very well documented. Now we would like to see to which initial 3D points the first prototype found corresponds, so I wonder if we can perform the reverse of MDS, is that p...
g67959
[ 0.01260204054415226, -0.02145974710583687, 0.028411921113729477, -0.01763976365327835, -0.026272008195519447, -0.03487927094101906, -0.0227341465651989, 0.023826729506254196, -0.08404180407524109, 0.009966111741960049, -0.008956979028880596, 0.04494326561689377, 0.09890333563089371, -0.017...
<p>I am looking for a way to test weather a boundary threshold exists in a physiological response--a sample of the data is plotted below. My hypothesis is that the X-variable imposes a physiological constraint on Y-values, thus producing a boundary 'ceiling' for maximum Y-values that varies inversely with X-values (ind...
g67960
[ 0.02211146429181099, 0.01719553768634796, -0.0019177790964022279, -0.009870781563222408, -0.014502809382975101, 0.00382613530382514, 0.016262894496321678, -0.01456492394208908, -0.030269291251897812, -0.01564793661236763, -0.00550340861082077, 0.059602878987789154, 0.0317038893699646, -0.0...
<p>I need to know about the power of a simple effect that follows from a 2x2 ANOVA interaction.</p> <p>Let's call the factors in this design GROUP(Patient, Control) and MANIPULATION(Expectation, Random), giving me 4 cells. Our very specific hypothesis is the following: controls will adapt their behavior according to t...
g67961
[ -0.006116263568401337, 0.023672418668866158, -0.0016344181494787335, 0.003022514982149005, -0.03345847874879837, -0.04206349700689316, 0.004568570293486118, 0.04234921932220459, -0.022661952301859856, 0.003342993091791868, 0.00567650469020009, 0.02950332686305046, 0.0008107842295430601, 0....
<p>First please forgive me of using this non-mathematical terminology in the title. </p> <p>Assume we have two series of real numbers $X_1, X_2, \ldots, X_M$ and $Y_1, Y_2, \ldots, Y_N$ where it is possible for $X_i=X_j$ and $i \neq j$. Now if we combine series $X$ and $Y$, the resulting set of real numbers $X_1, X_2,...
g67962
[ 0.016161879524588585, 0.016210544854402542, 0.0030785424169152975, 0.015758464112877846, 0.023697003722190857, -0.0035588464234024286, -0.026161005720496178, -0.01025298796594143, -0.016565946862101555, -0.04622823745012283, -0.07147844135761261, 0.03376353532075882, 0.024284854531288147, ...
<p>I have one dependent categorical variable and other many explanatory categorical variables. The number of nominal values for any of these categorical variables may fall in range of 5-100. My objective is to explore the relationship between dependent categorical variable and any one of explanatory variable and to fin...
g67963
[ -0.008965875953435898, 0.030140269547700882, -0.01687661185860634, -0.06045183166861534, -0.05279943346977234, -0.08284422755241394, 0.008748402819037437, 0.031137963756918907, -0.02755485102534294, -0.01587572693824768, 0.014968312345445156, 0.0027633935678750277, 0.038399238139390945, 0....
<p>I asked a question but it was a bit long and confusing so I will attempt to keep this shorter and simple (original post <a href="http://stats.stackexchange.com/questions/24971/mixed-effects-model-equations">Mixed effects model equations</a>)</p> <p>I am basically looking to see which factors (e.g. A, B, C such as ...
g48505
[ 0.04239656776189804, -0.09404819458723068, 0.0016538158524781466, -0.03277367353439331, 0.0511140413582325, 0.005286643747240305, 0.08236400038003922, -0.0023495482746511698, -0.04209885001182556, -0.043415557593107224, -0.008522885851562023, 0.013864143751561642, 0.07382770627737045, 0.06...
<p>Let $X \sim Binomial (n, p)$ with both $n$ and $p$ known. Suppose for some non-increasing function $G:[0,1] \rightarrow [0,1]$, and some fixed $c_0 \in [0,1]$, we have that \begin{align} \label{ineq} P(G(X/n) \leq c_0) \leq \alpha \end{align} where $\alpha$ can be chosen as 0.1. Let $\mathcal{G}$ be set that...
g17532
[ -0.00656000804156065, 0.0015286779962480068, 0.005816033575683832, -0.0076190512627363205, 0.007443219423294067, -0.018525000661611557, 0.0005336650647222996, -0.03117305040359497, -0.04916203022003174, -0.014762183651328087, -0.06031021848320961, 0.0628352090716362, -0.04518384113907814, ...
<p>somebody please prove or disprove $P(x|y)=P(x|z)/P(y|z)$</p> <p>I have tried to plug in numbers with example in Wikipedia, for example, </p> <p>$A$ is outcome number of dice 1</p> <p>$B$ is outcome number of dice 2</p> <p>$X$: event of $A=2$</p> <p>$Y$: event of $A+B \leq 5$</p> <p>$Z$: event of $B=2$</p> <p...
g67964
[ 0.003516414202749729, 0.0061143930070102215, -0.003963868133723736, -0.008120812475681305, 0.05089087411761284, -0.06452367454767227, 0.05671465024352074, 0.01126572210341692, 0.01961039938032627, -0.0476359985768795, -0.04884966462850571, 0.03871508687734604, 0.007212803699076176, 0.03368...
<p>Should Python's</p> <pre><code>statsmodels.api.GLM(train_y, train_X, family=sm.families.Binomial()).fit().predict(test_X) </code></pre> <p>always produce the same results as R's</p> <pre><code>predict(glm(y ~ ., data=train_X, family=binomial), newdata=test) </code></pre> <p>where <code>train_y</code> is a pandas...
g67965
[ 0.0021635007578879595, 0.001793099450878799, -0.009525798261165619, -0.030641328543424606, 0.07506604492664337, -0.0290368739515543, 0.031597036868333817, -0.026252180337905884, -0.07953828573226929, -0.07378553599119186, -0.018634887412190437, -0.00764066819101572, 0.05150499567389488, -0...
<p>Let's say I have a variable that perfectly predicts one of the classes in my dataset:</p> <pre><code>set.seed(668130) dat &lt;- iris dat$X &lt;- sample(1:3, nrow(iris), replace=TRUE) dat$X &lt;- ifelse(dat$Species=='setosa', 1, dat$X) &gt; table(dat$X, dat$Species) setosa versicolor virginica 1 50 ...
g67966
[ 0.004902946762740612, -0.038671109825372696, 0.0031736998353153467, -0.03811955079436302, 0.01477060467004776, -0.02896237187087536, 0.0074402941390872, 0.015780946239829063, -0.054192956537008286, 0.0074348594062030315, 0.06913506984710693, 0.015457292087376118, 0.03850272670388222, 0.026...
<p>I'm watching a Machine Learning course offered by Alex Smola at <a href="http://www.youtube.com/watch?v=OmJbGrQ93CA" rel="nofollow">http://www.youtube.com/watch?v=OmJbGrQ93CA</a></p> <p>14 minutes in and im confused. At that part he starts to explain Linear Regression. I've watched other introduction to Machine Lea...
g67967
[ 0.03269018605351448, 0.006735481787472963, 0.00040084257489070296, 0.012918156571686268, 0.04973335564136505, 0.015402654185891151, 0.04411834105849266, 0.012653647921979427, -0.03319155052304268, -0.009254860691726208, -0.006217873189598322, 0.05020749568939209, 0.1002255231142044, 0.0189...
<p>Given a distribution A with a mean of $\mu_1$ and standard deviation of $\sigma_1$, how can I generate:</p> <ul> <li>Distribution B with a mean of $\mu_2$ and standard deviation of $\sigma_2$ and a correlation of $X_1$ with distribution A</li> <li>Distribution C with a mean of $\mu_3$ and standard deviation of $\si...
g27755
[ 0.05786927789449692, -0.027037188410758972, -0.011745769530534744, -0.06034310907125473, 0.015848614275455475, 0.0209309421479702, -0.04170922935009003, 0.01384755875915289, -0.020886827260255814, -0.04338909313082695, 0.001297677168622613, -0.02519194595515728, 0.01714923046529293, 0.0114...
<p>The $\chi^2$ goodness-of-fit test uses the following <em>statistic</em>: $$ \chi_0^2=\sum_{i=1}^n\frac{(O_i-E_i)^2}{E_i} $$ In the test, granting that the conditions are met, one uses the $\chi^2$-<em>distribution</em> to calculate the p-value that given the $H_0$ is true one would observe such a value in a represen...
g67968
[ 0.0018206529784947634, -0.0012892228551208973, -0.035137731581926346, 0.026376230642199516, 0.003024805337190628, -0.02220679447054863, 0.03126556798815727, 0.014383797533810139, -0.008081666193902493, -0.0047402470372617245, -0.05630108714103699, 0.033259160816669464, 0.012066048569977283, ...
<p>If we group examples with and without class labels using clustering techniques by treating the class as an ordinary nominal attribute, the resulting clusters can then be used for classifying test instances by assigning the most frequent class in each cluster to test instances that fall into that cluster. Why is it t...
g27756
[ 0.008952179923653603, -0.030759595334529877, 0.011390233412384987, -0.025757916271686554, 0.00475792633369565, -0.028749139979481697, 0.0009280384983867407, 0.0018961598398163915, -0.010352680459618568, 0.004781703930348158, 0.12144231796264648, 0.021070079877972603, 0.03658972308039665, 0...
<p>I am debating how to construct an interaction plot with my supervisor.</p> <p>We have a dataset comprising 8 independent variables. We are trying to analyse the effect of 2 of the 8 independent variables on the dependent variable.</p> <p>My supervisor is suggesting that to draw an interaction plot, we first fit a ...
g67969
[ 0.041963156312704086, -0.022860150784254074, 0.007550051901489496, -0.05577654018998146, -0.038935281336307526, -0.010384481400251389, 0.011868015863001347, -0.010686331428587437, -0.03279279172420502, -0.067237988114357, 0.018822044134140015, -0.021215658634901047, 0.01330133993178606, 0....
<p>OLS models can be created using the base R lm function.</p> <p>They can also be created using the ols function in the rms package.</p> <p>Unfortunately, I cannot find anywhere online (including in the ols help page) a summary of the differences between ols and lm, and what reasons there might be in practice to pre...
g67970
[ -0.009458406828343868, -0.0799296572804451, 0.008556913584470749, -0.04817557707428932, 0.024219149723649025, -0.0027470195200294256, 0.03939072787761688, -0.01957738772034645, -0.0011323317885398865, -0.05170070752501488, -0.002730991691350937, -0.009611069224774837, 0.06365327537059784, ...
<p>I am using a Bayesian state space model constructed in the BUGS language to fit my data.</p> <p>One of the outputs of the "state" part of the model is proportions.</p> <p>I use a beta distribution in the "observation" part to fit predicted values to observed ones with the following code.</p> <pre><code>for(i in 1...
g27764
[ 0.033889785408973694, -0.04513898491859436, -0.004864898044615984, -0.04231785610318184, 0.006998948287218809, 0.016456395387649536, 0.0071993060410022736, 0.0025282404385507107, -0.016714448109269142, -0.026700472459197044, 0.01793411560356617, -0.0011646768543869257, 0.006348244845867157, ...
<p>Adaptive learning rates means using different learning rate for different weight in neural network. Except for the emperical method which updates these learning rates based on consistency in gradient, what is the best method to use these adaptive learning rates?</p> <p>As I don't know much about Jacobian, Hessian m...
g67971
[ 0.04104936867952347, -0.05025273188948631, 0.012576390989124775, 0.0015418428229168057, 0.051462139934301376, -0.05478290840983391, 0.02025017887353897, 0.017895769327878952, -0.06387979537248611, 0.023267647251486778, 0.0033836003858596087, 0.02313574030995369, 0.08791414648294449, 0.0630...
<h3>Background:</h3> <p>It's common in many aspects of science to want to determine if the trends shown in spatial data are significant. In my field of familiarity, climate science, authors often show the trends in temperature data, for example, and overlay stippling to show trend significance at 5%. For example see...
g67972
[ 0.01049622893333435, -0.024422647431492805, 0.0013252896023914218, -0.05206538736820221, 0.015096058137714863, -0.05005441978573799, 0.05338919535279274, -0.011944558471441269, -0.04411908611655235, -0.0006236813496798277, 0.0245522391051054, 0.03031553328037262, 0.051904384046792984, 0.00...
<p>I have to implement a multivariate analysis on $n$ random variables with a sample of $m$ data points. I would like to get a matrix with the $\beta$ (as in $n$ $\beta$ vectors put together). </p> <p>Is there an analytical formula for that or do I have to calculate each vector individually and put them back together...
g67973
[ 0.012846515513956547, -0.08505290001630783, -0.01062744203954935, -0.017344772815704346, -0.0010932612931355834, -0.05932443588972092, -0.00003910156010533683, -0.014881604351103306, -0.08145009726285934, 0.01430930569767952, -0.03767174482345581, 0.03713924065232277, -0.013687443919479847, ...
<p>This question relates to one of my other questions: <a href="http://stats.stackexchange.com/questions/97165/split-plot-with-nested-factors-anova-in-r">Split plot with nested factors ANOVA in R</a> .</p> <p>I have subjects taking an experiment, where I have different <code>Scenarios</code> and each <code>Scenario</c...
g67974
[ -0.004305601119995117, -0.029728833585977554, -0.009480277076363564, -0.022663798183202744, 0.004475623369216919, -0.0403798408806324, 0.0047081694938242435, 0.028668822720646858, -0.015199609100818634, -0.0023847392294555902, 0.020247576758265495, 0.024085087701678276, 0.006994195748120546,...
<p>i know that there is fisher test for periodic component detection,on example is there</p> <p><a href="http://www.mathworks.com/help/signal/ug/significance-testing-for-periodic-component.html" rel="nofollow">http://www.mathworks.com/help/signal/ug/significance-testing-for-periodic-component.html</a></p> <p>but let ...
g67975
[ 0.013514955528080463, -0.03795119374990463, 0.002580737927928567, -0.04581877961754799, 0.012735174037516117, -0.06758324801921844, -0.023725198581814766, 0.024049369618296623, -0.024754822254180908, -0.027790192514657974, -0.008284703828394413, 0.0366591140627861, 0.04110860824584961, 0.0...
<p>I have a multilabel text classification problem where each observation will have one or more labels associated to it. The metric I want to maximize is mean F1 score. Are there standard ways to approach the optimization of which labels and how many labels to predict for each observation to maximize mean F1 score over...
g67976
[ -0.04369768872857094, -0.018583260476589203, 0.022713273763656616, -0.03430116921663284, -0.005030224099755287, -0.07166314125061035, -0.027704844251275063, 0.03281943500041962, -0.04099791869521141, -0.01857079192996025, 0.054483115673065186, -0.020105993375182152, 0.08794804662466049, 0....
<p>I have an interesting task of utilizing log data from computer servers in a server farm and predicting if a particular server is likely to fail in the next 24 hours. My data set will be comprised of both time series data as well as some descriptive data for each servers (see examples below)</p> <p>Time Series: I'l...
g27770
[ -0.006470957770943642, -0.0002810025180224329, 0.000896136334631592, -0.03298525512218475, -0.056997980922460556, -0.0442161038517952, 0.05653999373316765, -0.00865107774734497, -0.06976226717233658, -0.03031623363494873, 0.017946569249033928, 0.013152522966265678, 0.04815114662051201, 0.0...
<p>Let $X_1,...,X_4$ be independent $N_p(μ,Σ)$ random vectors. Let $V_1,V_2$ be such that $$V_1=(1/4)X_1-(1/4)X_2+(1/4)X_3-(1/4)X_4 $$ $$V_2=(1/4)X_1+(1/4)X_2-(1/4)X_3-(1/4)X_4 $$ <p> I need to find the marginal distributions of $V_1$ and $V_2$ and the joint density. Since they are linear combinations of random vecto...
g67977
[ 0.031699687242507935, -0.01173915434628725, -0.025782130658626556, 0.0338071770966053, -0.048589933663606644, -0.03153529018163681, -0.006779263261705637, -0.017672639340162277, -0.008768436498939991, 0.03211186081171036, 0.013880039565265179, -0.009366333484649658, -0.0461556501686573, -0...
<p>I'm trying to apply the bag of visual words approach to make scene classification. I started to use k-means to generate my codebook, but rapidly discovered its limitations. From one codebook generation to another, I get fluctuations of 10% on the classification ratio (data dimension: 8, number of clusters: 50). In a...
g27772
[ -0.03434041887521744, -0.034061018377542496, 0.022887097671628, -0.040148865431547165, 0.0003340850234963, 0.014379052445292473, -0.02645430713891983, 0.04169374331831932, -0.0360749326646328, -0.05182312801480293, 0.025581615045666695, -0.004636733792722225, 0.06993955373764038, 0.0482031...
<p>Proper frequentist procedure says that we should establish a sampling plan, statistical analysis and significance level before we start an experiment. We then report whether or not we reject H0 for the chosen level of significance.</p> <p>What if we do the same and don't choose the significance level beforehand. We...
g27773
[ 0.03744687885046005, 0.02198801562190056, 0.008877868764102459, -0.024049898609519005, 0.003393166232854128, -0.017338253557682037, 0.04940379410982132, 0.0430598147213459, -0.006700161844491959, -0.04966742545366287, 0.04028759151697159, -0.01099347323179245, 0.0042634401470422745, 0.0584...
<p>Is there a probability distribution for which the standard deviation is proportional to the mean?</p> <p>More generally, I have been searching the web for a nice table comparing the properties of probability distributions (including mean and std). Any good reference?</p>
g98
[ 0.07232744991779327, 0.02864604815840721, -0.024496817961335182, -0.03135153651237488, -0.05556507036089897, 0.02405976690351963, -0.009246023371815681, 0.0027937674894928932, -0.011919902637600899, -0.013738873414695263, 0.03912140429019928, -0.02845560945570469, 0.05486229807138443, -0.0...
<p>Imagine</p> <ul> <li>having a dependent variable $Y$ that is a proportion (i.e., the proportion of observations made at the given time point that satisfy a condition, where each time point involves 50 to 250 observations)</li> <li>$Y$ is measured at a series of time time points $X$, where $X = 1, 2, 3, ...$, typica...
g67978
[ 0.029576577246189117, -0.021774889901280403, -0.027004605159163475, -0.028907138854265213, 0.008676900528371334, -0.0031526752281934023, 0.04010288789868355, -0.01654229499399662, -0.041141800582408905, 0.02447061613202095, 0.02077103778719902, 0.04250915348529816, 0.0625322237610817, 0.01...
<p>The <a href="http://en.wikipedia.org/wiki/Likelihood_function">wikipedia page</a> claims that likelihood and probability are distinct concepts.</p> <blockquote> <p>In non-technical parlance, "likelihood" is usually a synonym for "probability," but in statistical usage there is a clear distinction in perspective: ...
g49608
[ 0.01828945241868496, 0.05122992396354675, 0.00037697801599279046, 0.006628485396504402, 0.029919760301709175, 0.031219743192195892, 0.024544160813093185, 0.05452573299407959, -0.016927171498537064, -0.0037600938230752945, 0.017166446894407272, 0.0024771932512521744, 0.03956500068306923, 0....
<p>Let $F$ be known continuous CDF of a continuous R.V. and $F_n$ represent the empirical CDF for sample of size $n$, hypothesized to be drawn from $F$. The Kolmogorov–Smirnov statistic is $D_n :=sup |F_n(x) - F(x)|$. In applying the Kolmogorov–Smirnov test, the key is that $\sqrt{n}D_n$ converges in distribution to th...
g67979
[ 0.003443145891651511, -0.04458136856555939, -0.00511937728151679, 0.008180308155715466, -0.07186701148748398, -0.002939452650025487, 0.0009103129850700498, 0.02344062551856041, -0.030780838802456856, -0.009582222439348698, -0.028852224349975586, 0.028106478974223137, 0.012813192792236805, ...
<p>The scenario: Over a course of 10 minutes 2 security guards patrol a floor and have their movement tracked. They can either be on the left or the right side of the floor, and within each side of the floor are 10 zones. So in total there are 20 zones (left zone 1, right zone 1, left zone 2, right zone 2, left zone 3...
g67980
[ -0.005528744775801897, 0.05291486158967018, -0.023200107738375664, -0.046382322907447815, 0.0037303385324776173, -0.02067066915333271, 0.07696151733398438, 0.005496244411915541, -0.02310536615550518, -0.01939689926803112, -0.007764226756989956, -0.0009514914709143341, 0.0149030527099967, 0...
<p>I know this is a basic question, but I get slightly different answers everywhere I look, a quick example is that I learnt at Uni that the errors of the dependent variable have to be normally distributed not the variable itself, but just recently I was brushing up on my stats and I googled 'assumptions of regression'...
g67981
[ 0.07946106791496277, -0.08206431567668915, -0.026167653501033783, 0.026406070217490196, 0.019470879808068275, 0.024232713505625725, 0.04524056613445282, 0.014843183569610119, -0.05763127654790878, -0.045575521886348724, 0.007407804951071739, -0.0036345738917589188, 0.008166593499481678, 0....
<p>I would like to study rare events in a finite population. Since I am unsure about which strategy is best suited, I would appreciate tips and references related to this matter, although I am well-aware it has been largely covered. I just don't really know where to begin.</p> <p>My problem is a political sciences one...
g27781
[ -0.010491454973816872, -0.01140950620174408, -0.0055604251101613045, -0.029190771281719208, 0.013310026377439499, -0.03409159928560257, 0.0214174073189497, 0.07335538417100906, 0.025574184954166412, -0.05287230759859085, -0.024274852126836777, 0.007533217314630747, 0.034897059202194214, 0....
<p>A quick general question:</p> <p>In a practical setting, what's a good way to separate out, and then comment on, long term and short effects in a model? I had thought a good way to do so would be to include lagged versions, of the same variable, of varying distances, the longer distances indicating longer term effe...
g27783
[ 0.020647717639803886, -0.04955596849322319, -0.009320824407041073, -0.09820836037397385, 0.003801649436354637, 0.0005143270827829838, 0.03095075860619545, 0.031382810324430466, -0.03260734677314758, -0.006295192986726761, 0.02748100273311138, 0.02340465970337391, 0.06895264983177185, 0.055...
<p>I would like to hear recommendations on what tools to use to graph the usage of precedents in a legal court in Brazil. The data is searchable at www.stj.jus.br/SCON/, and in the most recent collegiate decisions ('acórdão') database, a field ('Veja') is provided listing the cited cases.</p> <p>My objective would be ...
g67982
[ 0.047688182443380356, 0.04122086614370346, 0.0013093496672809124, -0.04118596017360687, -0.0490991473197937, -0.05728479102253914, 0.037753112614154816, 0.060115814208984375, -0.03792837634682655, 0.03074091300368309, 0.01999245025217533, -0.012119912542402744, 0.07111252844333649, -0.0117...
<p>I'm a social scientist working on a research project where I try to estimate the prevalence of lying in responding to a certain sensitive question. The way I estimate it is to rely on a quasi-experimental setting where a major event happen in the middle of a public opinion survey and compare the people's responses t...
g27784
[ 0.07158224284648895, -0.07470130920410156, -0.015794578939676285, -0.04125836119055748, 0.004058897960931063, -0.005406757351011038, 0.025838298723101616, 0.003797763492912054, 0.009037313051521778, -0.0038060664664953947, 0.049161266535520554, -0.0008347173570655286, -0.033559270203113556, ...
<p>I want to determine (in an algorithm) the approximate surprisal of getting an outcome "as extreme as $k$" from the $Poisson(\lambda)$ distribution.</p> <p>My original plan was to use $-log_2(1/2-|1/2-F_{Poisson(\lambda)}(k)|)$ but calculating $F_{Poisson(\lambda)}(k)$ requires the incomplete Gamma function which us...
g27785
[ 0.013681727461516857, -0.014025945216417313, -0.009552210569381714, -0.05281803756952286, -0.07028663903474808, -0.0652952566742897, -0.014061464928090572, 0.011248095892369747, -0.09515876322984695, -0.016306480392813683, -0.01613439805805683, 0.008141600526869297, 0.020544730126857758, 0...
<p>I had an experiment using a 2 (between-subject variable, say Drug treatment) X 3 (within-subject variable, say Condition, which is counter-balanced, so time is not a concern here). Each condition has a score (continuous), so it can be considered repeated measures in this sense. The outcome is binary, say Succeeded (...
g67983
[ 0.02060224860906601, -0.052414875477552414, 0.007436641491949558, -0.049154456704854965, -0.025766616687178612, -0.059511225670576096, -0.018742216750979424, -0.02753491699695587, -0.022846834734082222, -0.03763209283351898, 0.0358259379863739, 0.01886918395757675, 0.016805587336421013, -0...
<p>I have data on prices of houses in different districts, and would like to determine how expensive different districts are when it comes to buying a house. However, houses vary with respect to amenities. For example, some have swimming pools and others don't. In order to remove any between-house variation in price pe...
g67984
[ -0.016156300902366638, 0.019902411848306656, -0.001462813001126051, -0.04960976541042328, 0.01291018445044756, -0.05669710785150528, 0.048164986073970795, -0.005437397863715887, -0.03595118224620819, 0.013052380643785, -0.013418242335319519, 0.03862980380654335, 0.03952017426490784, 0.0275...
<p>I normalized my dataset then ran 3 component PCA to get small explained variance ratios ([0.50, 0.1, 0.05]).</p> <p>When I didn't normalize but whitened my dataset then ran 3 component PCA, I got high explained variance ratios ([0.86, 0.06,0.01]). </p> <p>Since I want to retain as much data into 3 components, shou...
g27787
[ 0.046769943088293076, 0.012296847067773342, 0.02279628813266754, -0.039919450879096985, 0.04971347004175186, -0.008483659476041794, 0.04106782749295235, 0.01859845593571663, -0.011139225214719772, -0.03703077509999275, 0.042418379336595535, 0.052263736724853516, -0.019644325599074364, 0.02...
<p>I have some questions. I am doing logistic regression. but my sample is small(n=129). And in DV, the smallest number of cases is 27(1'). Actually, I hope to use 12 predictors. However, I know the rule of thumbs(1 to 10), too. Then, if I use sampling weight variable, can I use the 12 predictors? when I use weight var...
g49791
[ -0.003774218261241913, 0.02726130746304989, 0.011760413646697998, -0.03050660341978073, 0.015525240451097488, -0.09083840250968933, -0.009304891340434551, 0.025134438648819923, -0.02851197123527527, -0.008335164748132229, 0.02478036843240261, -0.006917733233422041, -0.010334883816540241, 0...
<p>I am trying to programmatically identify an ARIMA model for a series of data and forecast values. </p> <p>Currently the problem i am facing is to find a way to evaluate partial autocorrelation. I have been looking for methods to calculate PACF for quite a long time now but in vain. </p> <p>Please provide some onli...
g27789
[ 0.06669076532125473, -0.036182187497615814, 0.009902935475111008, -0.07897254824638367, -0.03714188188314438, -0.05953936651349068, 0.0738106444478035, -0.015228722244501114, -0.04240263253450394, -0.042706448584795, 0.0065197572112083435, 0.01921362616121769, 0.07520683109760284, -0.00564...
<p>How can I test whether two parameters of a logistic regression model are both zero at the same time?</p>
g67985
[ 0.05708551034331322, -0.041990216821432114, 0.026998447254300117, -0.002187933074310422, 0.11629954725503922, -0.03127357363700867, -0.017794176936149597, 0.005068499594926834, -0.04778202995657921, -0.008677098900079727, -0.023841867223381996, 0.032149944454431534, 0.008660795167088509, 0...
<p>I'm wondering how to implement two-way clustering, as explained in <a href="http://www.statsoft.com/textbook/cluster-analysis/#twotwo" rel="nofollow">Statistica documentation</a> in R. Any help in this regard will be highly appreciated. Thanks</p>
g67986
[ 0.030040884390473366, -0.0325000137090683, -0.010140057653188705, -0.03296826034784317, -0.015499095432460308, -0.06912001222372055, 0.03257358819246292, 0.03434969484806061, -0.06279293447732925, -0.039368636906147, 0.005844639148563147, -0.01368388906121254, 0.09366220980882645, 0.023844...
<p>I have <strong>balanced</strong> training data: 300 positives and 300 negatives, but the test data is <strong>unbalanced</strong>: I have 15 positives and 60 negatives. Will the unbalanced test data impact classification accuracy?</p> <p>Actually, I tried to collect balanced test data (30 pos &amp; 30 neg). The pre...
g67987
[ -0.003393482882529497, -0.020887847989797592, 0.019484221935272217, -0.015927841886878014, 0.025488484650850296, 0.05108761414885521, 0.015261762775480747, 0.054876361042261124, 0.0312885046005249, -0.04746061936020851, 0.024439221248030663, 0.005376983433961868, -0.0013483045622706413, -0...
<p>I want to find extreme values (anything greater or less than three times standard deviation from the mean) after generating a set of random numbers using: </p> <pre><code>num = rnorm(1000) </code></pre> <p>My code looks like the following:</p> <pre><code>extreme = function(varname) { for(i in varname) { cou...
g67988
[ 0.009194211103022099, -0.022693002596497536, -0.006188884377479553, -0.05334989354014397, -0.029584327712655067, 0.021053409203886986, -0.007386678364127874, 0.04553348198533058, -0.051619868725538254, -0.04129648953676224, -0.04352744668722153, -0.017432181164622307, -0.0014955170918256044,...
<p>I am doing a binary classification. The dataset has 3000 samples, and each sample has 10 features. But I find that the performance of using all 10 features is almost the same as that of using only the first three features. So does it mean that the last 7 features are not useful?</p> <p>Thanks in advance. </p>
g820
[ -0.000044379168684827164, -0.004394141025841236, 0.02780892513692379, -0.05409945175051689, 0.06264558434486389, -0.058784645050764084, 0.02258794568479061, 0.039191387593746185, -0.06453656405210495, -0.028016742318868637, -0.023650435730814934, 0.05473262444138527, -0.003619730705395341, ...
<p>If I have two normally distributed independent random variables $X$ and $Y$ with means $\mu_X$ and $\mu_Y$ and standard deviations $\sigma_X$ and $\sigma_Y$ and I discover that $X+Y=c$, then (assuming I have not made any errors) the conditional distribution of $X$ and $Y$ given $c$ are also normally distributed with...
g67989
[ 0.06298937648534775, -0.024674497544765472, -0.032188531011343, -0.020238537341356277, -0.000010764248145278543, 0.0026755642611533403, 0.008537896908819675, -0.025279412046074867, -0.006546130869537592, -0.06762377917766571, -0.016022315248847008, 0.0010862378403544426, -0.01549492403864860...
<p><em>Z</em>-normalization means rescaling the feature $X$ by subtracting the average $\mu$ and dividing by its standard deviation $\sigma$, i.e., $(X-\mu)/\sigma$.</p> <p>What is the usefulness of normalizing data for machine learning?</p>
g15756
[ 0.026222065091133118, -0.005648737773299217, 0.008061875589191914, 0.0020571809727698565, 0.003251067129895091, 0.00039883871795609593, 0.0439114049077034, 0.07858415693044662, -0.026190776377916336, -0.018013758584856987, 0.04130460321903229, 0.04070254787802696, 0.043300241231918335, -0....
<p>Can anybody give me a good reference on Almon model for time-series analysis. Also, what's the basic difference between Koyck model &amp; Almon model.</p> <p>Regards,</p>
g67990
[ -0.020147616043686867, 0.04301419481635094, 0.011777623556554317, 0.011276084929704666, -0.013510864228010178, -0.024449195712804794, 0.020736299455165863, 0.0028295095544308424, -0.03901476040482521, 0.060364872217178345, 0.015430453233420849, 0.04190865159034729, 0.0626828670501709, -0.0...
<p>I'm familiar with using insights from Random Matrix Theory to determine the number of principal components from the PCA of a covariance/correlation matrix to use to form factors. </p> <p>If the eigenvalue associated with the first PC is large, then it means that the remaining eigenvalues must be small (since the su...
g67991
[ 0.03321768715977669, 0.025824015960097313, -0.012046116404235363, -0.08066021651029587, 0.010457309894263744, -0.005700461100786924, 0.09208833426237106, 0.01910989172756672, -0.01088379044085741, -0.046537965536117554, 0.015358672477304935, -0.002855358412489295, 0.0454106479883194, 0.043...
<p>Been working on this problem - any suggestions would be greatly appreciated!</p> <p>Let $e \in\varepsilon$ be a simple function over $(\Omega,A,P)$. Show that there is a disjoint partition $A_i, i = 1,\ldots,m,$ of $\Omega$ such that $e = \sum\limits_{i=1}\alpha_i1_{A_i}$. </p>
g67992
[ 0.002665736246854067, 0.011463850736618042, -0.016399839892983437, -0.05010133981704712, -0.05534111708402634, -0.04047500342130661, 0.04023997485637665, 0.04623713716864586, -0.005961769260466099, 0.025561023503541946, -0.037445034831762314, -0.017292102798819542, 0.027445824816823006, 0....
<p>I'm currently trying to generate a number of (rudimentary) models to perform classifications (or get probability distributions through classifications).</p> <p>Let's say that I have a particular video from YouTube:</p> <p><a href="http://www.youtube.com/watch?v=njguvivB2Pw" rel="nofollow">UMVC3 Grand Final AGE Chr...
g48551
[ -0.020632872357964516, -0.011752579361200333, -0.013708115555346012, -0.10262103378772736, 0.049537692219018936, 0.016834916546940804, -0.007129962090402842, 0.021618863567709923, -0.03280679136514664, -0.04209477826952934, 0.007868977263569832, -0.019256791099905968, 0.07690795511007309, ...
<p>What would be the best way of determining the statistical significance of the differences in concentration between trials of a dataset such as this one:</p> <pre><code>+-------+---------------+ | Trial | Concentration | +-------+---------------+ | 1 | 2.41 | | 2 | 8.43 | | 3 | 3.48 ...
g67993
[ 0.011173474602401257, 0.014262672513723373, 0.0021816573571413755, -0.04536634311079979, 0.024326849728822708, -0.03876286745071411, 0.029565194621682167, 0.02389521524310112, -0.07532913982868195, -0.0017849782016128302, 0.011062313802540302, 0.026068439707159996, 0.055949147790670395, 0....
<p>I understand that lift is a the ratio of the observed support to the expected one if X and Y were independent. Looking at <a href="http://en.wikipedia.org/wiki/Independence_%28probability_theory%29#Definition" rel="nofollow">independence</a> it would make sense to define it as follows: $$\frac{\mathrm{P}(X \cap Y)}{...
g67994
[ 0.030459342524409294, 0.04051904007792473, -0.011238557286560535, -0.02061593532562256, 0.02838691510260105, -0.06114120036363602, 0.004738739691674709, 0.04796190187335014, -0.0042609283700585365, -0.028319694101810455, -0.022401127964258194, -0.0026603254955261946, 0.02588137798011303, -...
<p>When any person gets a dataset of counts for two groups (metagenomics or digital gene expression), the first thing they do is to go and find features that differ significantly between the two groups, which seems obvious. However, isn't it better to first test if the two groups are in fact different, and then find th...
g67995
[ 0.012031742371618748, -0.0072561707347631454, -0.0052787065505981445, -0.06580645591020584, 0.013314041309058666, -0.012505458667874336, 0.02109495736658573, 0.0038354203570634127, -0.04825115576386452, -0.0773361399769783, 0.014034266583621502, 0.047458428889513016, 0.04073439538478851, -...
<p>Im working on assessment of algorithm sensitivity and specificity. I've developed a simulation in order to detect true and false positives and negatives. My intersest is to know if my algorithm is capable of detect a event, or not. So, in the end, I got several yes or no, capable or not capable of detection. Is that...
g67996
[ 0.048468273133039474, -0.055342018604278564, 0.000992070185020566, -0.00396600179374218, -0.002003524685278535, -0.07103627175092697, 0.03861350938677788, 0.0364781878888607, -0.049927014857530594, -0.024569915607571602, -0.0397038459777832, 0.03865779936313629, 0.008124638348817825, 0.021...
<p>I am doing a GLM (guassian - identity) using R. I am modeling different variables (8) to try to understand what creates brand value in an organization.<br> Some extracts from the output are:</p> <pre><code>Null deviance: 74.343 on 81 degrees of freedom Residual deviance: 32.870 on 69 degrees of freedom (19...
g67997
[ -0.02129097655415535, -0.007078754249960184, -0.010340288281440735, 0.0015674600144848228, 0.04035345837473869, 0.015319361351430416, 0.042687613517045975, 0.02218332141637802, -0.02872244268655777, 0.008660370483994484, -0.03463297709822655, 0.043396953493356705, 0.04065994173288345, -0.0...
<p>Given the distribution function of random variable $X$ I know how to estimate its mean. What would be an estimator (preferably unbiased) of $\ln(\text{E}[X])$ ?</p>
g49728
[ -0.015600536949932575, -0.026420297101140022, 0.008314072154462337, -0.06181061267852783, -0.024412814527750015, -0.020360253751277924, -0.03996080532670021, 0.008050589822232723, 0.017023226246237755, -0.0017593250377103686, -0.03666016831994057, 0.0025947599206119776, 0.030271321535110474,...
<p>First let's simulate some data for a logistic regression with fixed and random parts:</p> <pre class="lang-r prettyprint-override"><code>set.seed(1) n &lt;- 100 x &lt;- runif(n) z &lt;- sample(c(0,1), n, replace=TRUE) b &lt;- rnorm(2) beta &lt;- c(0.4, 0.8) X &lt;- model.matrix(~x) Z &lt;- cbind(z...
g27805
[ 0.029293345287442207, -0.07958048582077026, 0.012372459284961224, -0.02713794820010662, 0.0034479585010558367, -0.018288366496562958, 0.03360313922166824, -0.0042593590915203094, -0.07710206508636475, -0.02364801988005638, -0.022950701415538788, 0.026960181072354317, 0.019669242203235626, ...
<p>How to calculate the Precision and Recall for yes, no class and Correctly Classified Instances is 35.7143 %</p> <pre><code>Data: weather.arff @relation weather @attribute outlook {sunny, overcast, rainy} @attribute temperature real @attribute humidity real @attribute windy {TRUE, FALSE} @attribute play {yes, no}...
g67998
[ -0.010357216000556946, -0.10756242275238037, 0.016774887219071388, -0.07306525111198425, 0.010122209787368774, -0.02323322556912899, 0.10958601534366608, 0.0040873512625694275, -0.05358586832880974, 0.0004803974006790668, 0.008633788675069809, 0.056579720228910446, 0.0070807975716888905, 0...
<p>I have problem with find ranking of words while computing multiple contents.</p> <p>I'm splitting each words from the contents except stop words.</p> <p>I have individual word counting with all contents, i.e total contents count=30, word$_1$ count=some $x$, word$_2$ count=some $y$ and so on.</p> <p>We cannot cons...
g27808
[ 0.025686003267765045, 0.049784641712903976, -0.0177787933498621, -0.026315178722143173, -0.06133012846112251, -0.012447116896510124, 0.0021474407985806465, 0.028234047815203667, -0.06032075360417366, -0.002510644029825926, 0.010450208559632301, -0.06094599887728691, -0.042392224073410034, ...
<p>I have a data-analysis problem with two closely-related timeseries. Both are binned in time at the same rate, but one is discrete (takes values in $\mathbb{Z}$), and the other is continuous. I am interested in modeling each of these processes' dependence on a common set of predictors, $X$. </p> <p>Given $X$, the qu...
g27810
[ 0.007254008669406176, 0.007737898733466864, 0.009671621955931187, -0.01360506471246481, -0.04316703975200653, -0.04378800839185715, 0.04882977157831192, -0.03146180137991905, -0.04583800211548805, -0.008124065585434437, -0.004842574242502451, 0.02032623067498207, 0.031710464507341385, -0.0...
<p>I'm trying to investigate the effect on (a) tear resistance and (b) gloss of a piece of film due to additive and extrusion method. I can see that the best results for tear resistance is low additive high extrusion, and the best results for gloss is low additive, low extrusion. Although is there a way to say the best...
g67999
[ 0.00869064126163721, -0.025217635557055473, -0.003655890701338649, -0.05042023956775665, -0.04348749667406082, -0.029100431129336357, 0.03649739548563957, 0.05977851152420044, -0.007101238705217838, -0.04265338554978371, 0.021994072943925858, 0.024136338382959366, 0.06948929280042648, 0.04...
<p>I am interested in trying to validate some results from a previous experiment. The experiment involves selecting probes of interest that separate our two populations of interest, e.g. smoker vs. non-smoker, high protein diet vs. low protein diet.</p> <p>I have called some probes on an initial data set as significan...
g68000
[ 0.003649038728326559, -0.022510897368192673, 0.01843450404703617, -0.037841398268938065, 0.024213196709752083, -0.009960470721125603, -0.020903490483760834, -0.04047904163599014, -0.025929784402251244, 0.015158027410507202, 0.04366788640618324, 0.028954152017831802, 0.015668749809265137, 0...
<p>I usually refer <a href="http://mulan.sourceforge.net/datasets.html" rel="nofollow">this</a> webpage for multi-label dataset. These dataset are in arff format, which can be loaded easily by Weka/MATLAB. Currently, I'm looking for similar ready to use multi-label dataset for 20 Newsgroups data. </p> <p>The <a href="...
g48576
[ 0.000289011572021991, 0.012815266847610474, -0.023275915533304214, -0.08683474361896515, -0.006321716587990522, -0.020957788452506065, -0.03515643998980522, 0.013687769882380962, -0.06796994060277939, -0.03104534186422825, 0.013122087344527245, -0.051085639744997025, 0.04376470670104027, 0...
<p>Can anyone point me in the direction of an online (recursive) algorithm for Tikhonov Regularisation (regularised least squares)?</p> <p>In an offline setting, I would calculate $\hat\beta=(X^TX+λI)^{−1}X^TY$ using my original data set where $λ$ is found using n-fold cross validation. A new $y$ value can be predicte...
g68001
[ 0.043266307562589645, -0.09346168488264084, -0.017097990959882736, -0.06428378075361252, -0.0033034144435077906, -0.037399448454380035, -0.019693108275532722, 0.025666367262601852, -0.02294710837304592, 0.013665089383721352, -0.023774204775691032, 0.03771820664405823, 0.018880322575569153, ...
<p>lets say I have the mean of two different measurements of something, a and b. I also have the standard deviation on a, and b, but I do not have access to all the individual measurements of a and b. Is it possible to compare the two values to see if the means are statistically different (i.e., reject the null hypothe...
g1474
[ 0.005321720615029335, 0.002331265714019537, 0.0013801755849272013, -0.03666815161705017, -0.013850439339876175, -0.005638579372316599, -0.009511090815067291, -0.007368754595518112, -0.01041729748249054, -0.05238950252532959, 0.0017696096329018474, 0.008021469227969646, 0.03272432088851929, ...
<p>I am trying to use exploratory data analysis to decide which model to use with my data for prediction either linear regression/neural networks etc, basically I am focusing on linear and non linear models. What kind of exploratory analysis can I do to decide whether a linear model is good enough for me or a non linea...
g17551
[ 0.010469689033925533, -0.014253132045269012, 0.026134025305509567, -0.013919305056333542, 0.00022711878409609199, -0.046061065047979355, 0.037820860743522644, -0.008352338336408138, -0.07670993357896805, -0.026725709438323975, 0.04381399601697922, -0.014036239124834538, 0.04014003276824951, ...
<p>I have a set of results of independent measurements of some physical quantity. As an example I give here real expermental data on methanol refractive index at 25 degrees Celsius published in scientific literature from 1960 to 2011:</p> <pre><code>data={{1960, 1.32652}, {1961, 1.32662}, {1963, 1.32650}, {1963, 1....
g68002
[ -0.025679413229227066, -0.011455253697931767, -0.03473629057407379, -0.022386960685253143, -0.013645919971168041, 0.017643967643380165, -0.024952292442321777, -0.02026360295712948, -0.05993197113275528, 0.01056780107319355, 0.06357208639383316, 0.012916996143758297, 0.05753619223833084, 0....
<p>Let $O \in \mathbb R^{p\times m}$ be a data matrix of observations.</p> <p>Suppose we are given a model $\mu : \mathbb R^n \rightarrow \mathbb R^m$ which is able to approximately fit the observations. Fix $l&lt;n$. We wish to find a sub-model $\varepsilon:\mathbb R^l \rightarrow \mathbb R^n$ which will come close t...
g48583
[ -0.008969626389443874, -0.02460363321006298, -0.02331571653485298, 0.023553133010864258, -0.013309943489730358, -0.008606763556599617, 0.047009583562612534, -0.03199225291609764, -0.035984911024570465, 0.02999436855316162, -0.020957641303539276, 0.020694078877568245, -0.0011998021509498358, ...
<p>I have been trying to estimate the basic stochastic volatility model using <code>OpenBUGS</code> via R and at an stage of the following command. Please can you comment for the command that can give me the estimated parameter values of the model?</p> <pre><code>library(tsbugs) y &lt;- svpdx$pdx # create and write b...
g68003
[ -0.010194114409387112, -0.039188820868730545, -0.011686606332659721, -0.005709860939532518, -0.002785729244351387, -0.0008839450310915709, 0.00976607296615839, -0.020825423300266266, -0.059328705072402954, -0.016534067690372467, -0.025001227855682373, 0.03822401538491249, -0.0016608041478320...
<p>I have time series data for two signals, $X$ and $Y$. At $\text{time}=0$, the both $X$ and $Y$ are roughly 50. As time progresses, $X$ increases to settle at 100 and $Y$ decreases to settle at 0. Hence, the time-series go from (50,50) to (0,100).</p> <p>My question is, if I plot this data, clearly $X$ any $Y$ wil...
g68004
[ 0.016655592247843742, -0.007823913358151913, -0.0030280316714197397, -0.04491567984223366, 0.016769830137491226, 0.018462324514985085, 0.03379097580909729, -0.020222604274749756, -0.0025413718540221453, -0.022785378620028496, 0.011206778697669506, 0.040757469832897186, 0.06654874235391617, ...
<p>I would really appreciate any suggestions with the following data analysis issue. Please read till the end as the problem at first may appear trivial, but after much researching, I assure you it is not. The situation is a little complicated because I want to compare the ratios of means:</p> <p>For example, in one...
g68005
[ -0.02785063162446022, -0.05666995793581009, -0.04529815539717674, -0.03868905454874039, -0.010718806646764278, -0.07852732390165329, 0.05526098981499672, -0.0021209183614701033, -0.0032473274040967226, 0.011206603609025478, 0.03222288191318512, 0.03938676044344902, -0.017412152141332626, 0...
<p>I have an issue with the proof of</p> <blockquote> <blockquote> <p>$E(Y|X) \in \arg \min_{g(X)} E\Big[\big(Y - g(X)\big)^2\Big]$</p> </blockquote> </blockquote> <p>which very likely reveal a deeper misunderstanding of expectations and conditional expectations.</p> <p>The proof I know goes as follows ( ano...
g68006
[ 0.0025726244784891605, 0.03249567374587059, 0.003574731759727001, -0.0012180960038676858, -0.005380804184824228, -0.04411850869655609, 0.07032857090234756, 0.012564035132527351, -0.01364599447697401, -0.004829023033380508, -0.0146023603156209, 0.09817423671483994, 0.03774527832865715, 0.03...
<p>I know about histograms and also know that if we connect the mid-points on the top of bars in a histogram we will get a frequency polygon. This polygon could then be 'smoothed' in a way that it generates a frequency curve like in normal distribution, Poisson distribution, etc. What is smoothing? How is it done? I ha...
g68007
[ 0.05484847351908684, -0.003577836789190769, -0.009312862530350685, -0.07483932375907898, 0.0013626511208713055, -0.07180428504943848, 0.03969252109527588, 0.03423251211643219, -0.033015117049217224, -0.05184435844421387, -0.02706710435450077, 0.02429901994764805, 0.06332126259803772, 0.001...
<p>I am trying to plot the likelihood function of $\theta$ for the $\text{Cauchy}(\theta,1)$ distribution given a specific data set. I am using the code below and it doesn΄t work.</p> <pre><code>data &lt;- read.table("mydata", head=F) theta &lt;- seq(1, 3, l=100) density &lt;- function(theta) { prod( dcauchy(data...
g68008
[ -0.007831469178199768, -0.004328734707087278, 0.002991968533024192, -0.03610868752002716, 0.0026226527988910675, 0.02995009534060955, 0.013925460167229176, 0.023411793634295464, -0.07001308351755142, -0.04571850597858429, 0.06077487766742706, 0.026994992047548294, 0.07462330162525177, 0.03...
<p>I have counted adult butterfly numbers over 3 areas and would like to compare these counts with the percentage heather cover on each of the 3 areas. Is this possible?</p> <p>My data looks like this (the cover is the average for each area whilst count is the total number of adults observed over 10 days – let me know...
g68009
[ 0.05781327188014984, -0.07190724462270737, -0.018809694796800613, -0.011846553534269333, -0.029359061270952225, -0.00669463723897934, 0.02124745398759842, 0.0061891945078969, 0.00621993700042367, -0.02564697340130806, 0.057762570679187775, -0.050326693803071976, -0.016420358791947365, 0.01...
<p>I have made logistic regression with fixed intercept and with random intercept on the same data, and the results (the odds-ratios) are very different. Could somebody tell me what can be the reasons of these big differences between the two regressions?</p>
g48434
[ 0.02978699840605259, -0.05366445705294609, -0.0015763408737257123, 0.02465619146823883, -0.018437882885336876, -0.021427080035209656, 0.0226103737950325, 0.05125460773706436, -0.025632210075855255, -0.06026185303926468, 0.020502261817455292, 0.005697255022823811, 0.027260778471827507, 0.02...
<p>I've got a method that produces clusters of elements and singletons. The singletons usually comprise about half of the initial element set, and there usually is a single biggest cluster of a several million elements, followed by a second cluster of a few hundred thousand elements, then the rest of the clusters with ...
g35856
[ 0.022801877930760384, 0.029109714552760124, -0.01767783984541893, -0.027779430150985718, -0.02759573608636856, -0.05218856409192085, 0.010574406944215298, -0.013292803429067135, -0.013916956260800362, -0.038756564259529114, 0.021094398573040962, 0.048319119960069656, 0.059795886278152466, ...
<p>I am working on cross-validation of prediction of my data with 200 subjects and 1000 variables. I am interested ridge regression as number of variables (I want to use) is greater than number of sample. So I want to use shrinkage estimators. The following is made up example data:</p> <pre><code> #random population ...
g27820
[ 0.03150709345936775, -0.04050163924694061, 0.013201482594013214, -0.05819131061434746, 0.0033543461468070745, 0.0009284307598136365, 0.04418439790606499, 0.04490821436047554, -0.05299399793148041, 0.018311185762286186, 0.007621097378432751, 0.03832245618104935, 0.031223881989717484, -0.003...
<p>I'm trying to build a model for the ticket sales for different sporting events over a period of 30 days before the game to the day of the game. The problem that I'm having is that I can't seem to fit the right model to it. I've tried negative binomial, linear, poisson, but nothing seems to fit right. A problem that ...
g27821
[ -0.002806838834658265, 0.009421746246516705, -0.011789003387093544, -0.02350737899541855, -0.05617157369852066, 0.008261296898126602, -0.005271256901323795, -0.02517206408083439, -0.04666025936603546, 0.029323192313313484, 0.03709107264876366, -0.02046111598610878, 0.020571494475007057, -0...
<p>I have a clustering results by different unsupervised algorithms in the form of coordinates (x,y) and class (it's currently binary). I would like evaluate the quality of clustering by some value. Most of the used techniques assuming that the closely located entries in the plot are related, and if they are from diffe...
g17554
[ 0.0020652867387980223, -0.031401656568050385, 0.012897350825369358, -0.02445477806031704, -0.007588743697851896, -0.057579025626182556, 0.02308668941259384, 0.022844266146421432, -0.0140448659658432, 0.0019007455557584763, 0.06487987190485, -0.0010390965035185218, 0.06962896883487701, 0.02...
<p>I have a mixed-model design with between-subjects factors Group (treatment, control) and Difficulty (easy, hard), and within-subjects factor Timepoint (pre, post). I want to use my statistical package (Statistica) to plot the dependent variable (memory test score) with separate categories for easy&amp;hard, separate...
g68010
[ -0.039588458836078644, -0.02884831465780735, -0.00567586487159133, 0.01807417720556259, 0.005770712159574032, 0.030212443321943283, 0.0925675630569458, -0.0015397834358736873, -0.04973874241113663, 0.02490297146141529, 0.013258359394967556, 0.014800024218857288, 0.003955754451453686, 0.025...
<p>I have data of certain proportion $p$ in a population. I need to approximate the behaviour of this population through a Logistic curve of the form:</p> <p>$p=\frac{1-e^{-\gamma t}}{1+ \alpha e^{-\beta t}}$</p> <p>I have consulted several webpages and I have found out that the more simple process is to estimate the...
g27824
[ 0.007365299854427576, -0.008461895398795605, -0.017530914396047592, -0.01973010040819645, 0.01336096040904522, -0.04044002294540405, 0.008806731551885605, 0.0008941079722717404, -0.0880904421210289, -0.016609326004981995, 0.01980358362197876, 0.02150588110089302, 0.056667182594537735, 0.02...
<p>I have come against a small issue when implementing some deep learning techniques. </p> <p>Sometimes, if one is implementing a classic binary-binary Restricted Boltzmann Machine (RBM), the sampling functions (i.e. particularly the function that samples the hidden units given the visible units, $p(h|v)$) requires u...
g17555
[ 0.00456582335755229, -0.028607334941625595, 0.02990991622209549, -0.00020454097830224782, 0.027410969138145447, -0.014973504468798637, 0.03371858596801758, 0.045972034335136414, -0.017329756170511246, -0.062308136373758316, 0.009375112131237984, 0.0635533556342125, 0.025578241795301437, 0....
<p>I am having difficulty at formulating properly a null hypothesis regarding the following setup: </p> <p>Suppose that we are interested in probing a possible association between bundled products sold at supermarket chains vs online. </p> <p>We have P products, and only bundles of two products are available for sale...
g27825
[ -0.004061959218233824, 0.009757802821695805, 0.00045611473615281284, -0.04339642450213432, 0.003609215375036001, -0.03941848874092102, 0.05482104420661926, 0.003360888222232461, -0.007659369148313999, -0.00558969983831048, 0.0037203102838248014, -0.007142946589738131, 0.05837026983499527, ...
<p>Let $X \sim {\rm Bernoulli}(p)$ and $Y=aX-b$. I want to find the distribution of $Y$. </p> <p>I am assigned a homework problem with specific $a$ and $b$. My textbook covers methods for solving this, given that x is continuously distributed. However, $X$ is discretely distributed.</p> <p>I'm not looking to be shown...
g27828
[ 0.09619816392660141, 0.01676417700946331, 0.004995334893465042, -0.009566573426127434, 0.003082350129261613, -0.033932704478502274, -0.010476069524884224, 0.00004151282337261364, 0.004426546860486269, -0.028422102332115173, -0.009877625852823257, 0.044463202357292175, -0.008486170321702957, ...
<p>I've been tasked with taking up some modeling (perhaps predictive) for chemical formulations and some resultant performance characteristics. I have experience with finite element analysis (mechanical and fluid) and some more basic statistics, which identified me as a candidate for taking this on. I'd like to learn m...
g68011
[ 0.0284221563488245, -0.004607711918652058, -0.0004902783548459411, -0.03947485610842705, 0.00710579939186573, -0.08484502136707306, 0.021886158734560013, 0.004470256622880697, -0.03831672668457031, -0.040520474314689636, 0.015221312642097473, -0.00047023530350998044, 0.08320746570825577, 0...
<p>I built a naivebayes model using the Housevotes84 data(discrete data) in mlbench package-</p> <pre><code>model &lt;- naiveBayes(Class~., data=HouseVotes84) </code></pre> <p>I took one record from the data to predict the model. Irrespective of which record it is the model always provides the output- "Democrats".</p...
g68012
[ -0.014002400450408459, -0.04315716400742531, -0.0063634878024458885, -0.048488568514585495, 0.06212688609957695, 0.010722625069320202, -0.012295819818973541, 0.04627663269639015, -0.051519930362701416, -0.024998432025313377, 0.0106207812204957, 0.034238141030073166, 0.012640999630093575, 0...
<p>Does anyone know of some well written code (in Matlab or R) for reversible jump MCMC? Preferably a simple demo application to compliment papers on the subject, that would be useful in understanding the process.</p>
g48600
[ 0.07993807643651962, -0.00772307813167572, 0.00065090466523543, -0.022924399003386497, -0.028511425480246544, -0.044094428420066833, 0.0059638372622430325, 0.02557527646422386, 0.0015143539058044553, -0.013064584694802761, 0.01801268942654133, 0.014685341157019138, 0.09407246112823486, 0.0...
<p>For example, some studies report the probability of survival, on a scale of 0-1, with SE, and sample sizes for two treatments, rather than the mean and SD. Is there a sensible way to use the probabilities directly or convert to a useful format? </p>
g822
[ -0.002199025359004736, -0.038523510098457336, 0.024190019816160202, -0.06484662741422653, -0.03860342502593994, -0.022318745031952858, -0.0577046200633049, 0.0010816330322995782, -0.02784833125770092, -0.01382130105048418, 0.09885412454605103, -0.05836932733654976, 0.130608469247818, 0.035...
<p>Here is the R code that produced the output below:</p> <pre><code>library(caret) set.seed(934) fitControl &lt;- trainControl(method= "repeatedcv", number=10, repeats=10) logitfit &lt;- train(z~ a+b+c+d+e, data=train, method="glm", trControl = fitControl) logitfit </code></pre> <p>Consider the following output from...
g68013
[ -0.0511041097342968, -0.06234816461801529, 0.026610277593135834, -0.030873863026499748, 0.02029605768620968, -0.02419445849955082, 0.06593716889619827, 0.043983571231365204, -0.07814046740531921, 0.011412042193114758, -0.014283858239650726, -0.02354286052286625, 0.020395804196596146, -0.03...
<p>I am performing ordinal regression (6 response categories) on a large dataset (>15000 points) and comparing two models, one with one predictor X1 (Model 1) and the other with two predictors X1 and X2 (Model 2). The models I fit are also cumulative over the categories: as in, I am looking at outcomes being <em>at le...
g68014
[ -0.022485021501779556, -0.0935746505856514, -0.018754661083221436, -0.015474645420908928, 0.03749104216694832, 0.018826471641659737, 0.05850430205464363, 0.04993480071425438, -0.034137651324272156, -0.0187763012945652, 0.032310184091329575, -0.029339417815208435, 0.0838654562830925, -0.000...
<p>Suppose that I have a total of 1000 balls in a bag. 400 balls are labeled <code>a</code> and remaining 600 balls are labeled <code>b</code>. In addition, within the same 1000 balls, 60 balls are <code>white</code> and remaining 940 balls are <code>black</code>. </p> <p>Now, if I conduct an experiment of picking a b...
g27836
[ -0.017976991832256317, -0.010731047950685024, 0.019407229498028755, -0.059737250208854675, 0.030083633959293365, -0.04208802804350853, 0.05832631140947342, 0.04612606391310692, 0.022608861327171326, 0.014346967451274395, -0.07754870504140854, 0.020371124148368835, 0.03440488874912262, 0.01...
<p>I am working on a small project where I have to do a Choice Based Conjoint (CBC) analysis. In order to get the part-worths for the different consumers I need to estimate a hierarchical multinomial model. Does anyone know how to do this in R/JAGS, and how to save the estimated coefficients for each consumer in a .csv...
g27837
[ -0.0006326254806481302, -0.012056423351168633, 0.0022365895565599203, -0.02386360429227352, 0.00006201379437698051, -0.09197226911783218, -0.00793231837451458, -0.019061267375946045, -0.10347878187894821, 0.034374579787254333, -0.07734426856040955, -0.002658548066392541, 0.005873563233762979...
<p>I am a beginner in statistics and probability. I have a question that says</p> <blockquote> <p>What is the expected number of failures preceding the first success in an infinite series of independent trials with the constant probability of success equal to $p$?</p> </blockquote> <p>I have tried of solution of th...
g68015
[ -0.0433955155313015, 0.08044981956481934, 0.004797228146344423, -0.0038773855194449425, -0.010318183340132236, -0.006227588746696711, 0.028722180053591728, 0.03117924928665161, -0.058938320726156235, -0.013669702224433422, -0.06657946109771729, 0.07871779799461365, -0.00926970411092043, 0....
<p>(1) I am looking for a package for computing the power of a matrix. If you have some good recommendation please let me know.</p> <p>(2) I searched on the internet and followed what some said to install a package called "Malmig" in R but after selecting the mirror site, it failed:</p> <blockquote> <p>In install.p...
g27838
[ 0.028725963085889816, 0.0208458099514246, -0.01711047813296318, -0.04869015887379646, -0.0455932654440403, -0.0881037786602974, -0.06902936846017838, 0.05167213827371597, -0.034915514290332794, 0.021546579897403717, 0.01703360117971897, 0.03922700881958008, 0.016754986718297005, 0.02637475...
<p>From a family pack skittles, some of the colours of different skittles are counted: </p> <ul> <li>41 green, </li> <li>48 purple</li> <li>100 red </li> <li>63 yellow. </li> </ul> <p>Now I want to test if the probabilty of green is equal to the probability of purple; H0: P(green) = P(purple). </p> <ul> <li>How do I...
g68016
[ 0.0434882827103138, 0.013628868386149406, 0.02371644414961338, -0.03842863440513611, 0.029338587075471878, -0.013176366686820984, 0.022845156490802765, 0.04298659786581993, -0.01895315758883953, -0.013999954797327518, -0.029369212687015533, -0.003490991424769163, 0.0009947791695594788, 0.0...