8
votes
5answers
9k views
Handling browser pop-up windows with Selenium
We are running Selenium regression tests against our existing code base, and certain screens in our web app use pop-ups for intermediate steps.
Currently we use the commands in the test:
// force …
6
votes
9answers
409 views
Best approach to what I think is a machine learning problem
Hello..
I am wanting some expert guidance here on what the best approach is for me to solve a problem. I have investigated some machine learning, neural networks, and stuff like that. I've …
6
votes
7answers
136 views
Should I Keep Registering A Failure?
Hi all,
I'm working on an automated regression test suite for an app which I maintain. While developing the automated regression test, I ran across some behavior that's almost certainly a bug. So, …
4
votes
3answers
210 views
Tools for sparse least squares regression
Hi,
I want to do sparse high dimensional (a few thousand features) least squares regression with a few hundred thousands of examples. I'm happy to use non fancy optimisation - stochastic gradient …
4
votes
6answers
497 views
Perl aids for regression testing
Is there a Perl module that allows me to view diffs between actual and reference output of programs (or functions)? The test fails if there are differences.
Also, in case there are differences but …
3
votes
6answers
834 views
Simple multidimensional curve fitting
I have a bunch of data, generally in the form
a, b, c, ..., y
where y = f(a, b, c...)
Most of them are three and four variables, and have 10k - 10M records. My general assumption is that they are …
2
votes
4answers
940 views
Curve Fitting 3D data set
The curve-fitting problem for 2D data is well known (LOWESS, etc.) but given a set of 3D data points, how do I fit a 3D curve (eg. a smoothing/regression spline) to this data?
MORE: I'm trying to …
1
vote
3answers
280 views
Multiple regression in Python
Hello,
I am currently using scipy's linregress function for single regression. I am unable to find if the same library, or another, is able to do multiple regression, that is, one dependent variable …
1
vote
1answer
58 views
m-estimate for continuous values
I'm building a custom regression tree and want to use m-estimate for prunning.
Does anyone know how to calculate that.
www.ailab.si/blaz/predavanja/UISP/slides/uisp07-RegTrees.ppt might help (slide …
1
vote
3answers
482 views
Equations for 2 variable Linear Regression
We are using a programming language that does not have a linear regression function in it. We have already implemented a single variable linear equation:
y = Ax + B
and have simply calculated …
0
votes
1answer
59 views
include error terms in linear regression model with R
I was wondering if there is a way to include error terms for a linear regression model like
r = lm(y ~ x1+x2) ?
0
votes
0answers
6 views
How to do a linear regression into a BIRT report ?
Hello,
How to make a linear regression on the chart displayed into your BIRT report.
I have x and y data... but I don't see any function on eclipse BIRT to generate the linear regression...
Any idea …
0
votes
1answer
30 views
How do you detect outliers on multivariate data?
I am trying to do a regression problem but I have 3 independent variables and not 1 so it is hard to detect outliers from a scatter graph. Any suggestions?
0
votes
2answers
74 views
R: Use VAR model to predict response to change in values of certain variables
Hi
I've fitted a VECM model in R, and converted in to a VAR representation. I would like to use this model to predict the future value of a response variable based on different scenarios for the …
0
votes
0answers
17 views
How to get 95% CI in a linear regression in SAS
How do I get SAS to report the 95% CI for the parameter estimate in a linear regression (PROC GLM)?
