Framework for Integrated Test, or "Fit", is an open-source tool for automated tests.
0
votes
2answers
24 views
Fit Tkinter Scrollbar to Text Widget
I'm new to using tkinter. I was able to get the scrollbar to work with a text widget, but for some reason it isn't stretching to fix the text box. Does anyone know of any way to change the height of ...
0
votes
1answer
20 views
Get function handle of fit function in matlab and assign fit parameters
I'm fitting custom functions to my data.
After obtaining the fit I would like to get something like a function handle of my fit function including the parameters set to the ones found by the fit.
I ...
0
votes
0answers
35 views
Fit fortran input parameters with python
I have a f77 code that takes parameters from an input text file, computes what I want, and then gives the results in an output text file. I would like to fit to some data the fortran input parameters ...
0
votes
0answers
26 views
Android: scale ImageView that is fitXY
I have an ImageView that fills all the screen, so I'm using android:scaleType="fitXY". Now I want to scale this image to 0.9 to translate it and scale it again to its original size, but I found a ...
-1
votes
1answer
44 views
Meaning of NA values in regressions in R
I've searched around on this forum but couldn't find any suitable answer.
I'm trying to fit data using the lm() function in R.
I'm return some NAs values for some coefficients as I increase the ...
0
votes
1answer
22 views
Show website on its all height on mobile devices
My website's dimensions are 940 x 800. It looks nice when my iPad is in vertical position, but when I turn it to landscape mode I only see less than a half of my site. It looks like it's trying to fit ...
0
votes
1answer
52 views
CSS Background full fitting on android
I am working on a project where i must make an image as a full fitting background whatever the device - browser - windows size are , after hours and hours of researchs on the net this is the best CSS ...
0
votes
0answers
49 views
How to see how good is my model? [closed]
I am using glm to find a model using training data and then use test data to see how well the model is behaving. My response variable is numeric.
Below is a toy example that is showing the steps ...
3
votes
2answers
62 views
Creating a curve to fit x-y data where X is categorical
I've got a dataset of diving behavior from tagged animals, and I'm struggling to fit a curve to the data, I think mainly because the X variable in this case is categorical, and not continuous data. ...
0
votes
2answers
95 views
python scipy stats pareto fit: how does it work
... help and online documentation say the function scipy.stats.pareto.fit takes as variables the dataset to be fitted, and optionally b (the exponent), loc, scale.
the result comes as triplet ...
0
votes
2answers
35 views
Altering Excel Font Rendering to Fit Content in Various Zoom Levels
You can easily fit the content of your cells by selecting a series of columns and double clicking with your cursor between two cells. However, if you zoom in or out the rendering of the cells changes ...
0
votes
0answers
93 views
Determining a list of coefficients via fitting of a polynomial in python
I am trying to make a script that will determine the coefficients of a 2nd order multivariable taylor expansion by fitting the function to data. As I want the script to fairly malleable I need it to ...
0
votes
1answer
62 views
HTMLEditorExtender width cannot fit %100
Using ajaxcontroltoolkit.as my horror film.
HTMLEditorExtender stays its prerendered width as it is even if I resize the Web Browser
it doesnt detect width resizements:Stays as how it is.
and need ...
1
vote
0answers
44 views
framework for integration testing in java: parsing nested objects
I am using FIT for integration tests. I know how to use ColumnFixture, RowFixture and ActionFixture basically. Now my problem is, if i have nested objects like Customer object is holding Address ...
0
votes
2answers
189 views
LinearLayout ImageView Resize All Image Widths To Fit
I have a horizontal linear layout that contains 3 image views. Each image view contains the same image which is 200x200 pixels. Here is my layout xml:
<RelativeLayout ...
0
votes
3answers
523 views
how to make divs adjust to dynamic screen resolutions?
I need to have 3 divs, out of which 1 is set to width of 1000px and be in the middle of the page, and the other 2 should fill the screen width from the left and right of the main div. I want this to ...
4
votes
1answer
192 views
Fitting a 3D array of data to a 1D function with numpy or scipy
4I am currently trying to fit a lot of data to a sine function. In the case where I only have one set of data (1D array), scipy.optimize.curve_fit() works fine. However it does not permit a higher ...
0
votes
1answer
219 views
Zoom Out Image to fit ScrollViewer Dimensions
I have a little issue with zooming accordingly an image. I have an Image in my XAML, with a ScrollViewer attached so it can be zoomed. Like this :
<ScrollViewer x:Name="ImageScrollViewer">
...
0
votes
0answers
216 views
Android make web page fit screen width by code
Good evening all :
There is a web page which original designed for iPhone4 (640x960)
And I have 2 Android device
HTC Butterfly, android 4.1.1(1080x1920), exactly same module called DroidDNA in ...
0
votes
0answers
130 views
Java: upload binary files to Strava website
I'm trying to access the Strava website using the API v2, to upload my activities as fit file.
I'm able to login and get the auth token, but when I upload the binary file, I get the error message ...
0
votes
1answer
269 views
How to fit a JPanel into a JTabbedPane size?
I'm trying to add a JPanel into another and to fit it to the parent `JPanel size.
I have a JPanel which contains a JTable and a JButton using this code:
JScrollPane attributeTable = new ...
1
vote
1answer
116 views
Plot x-y data if x entry meets condition python
I would like to perform plots/fits for x-y data, provided that the data set's x values meet a condition (i.e. are greater than 10).
My attempt:
x_values, y_values = loadtxt(fname, unpack=True, ...
0
votes
1answer
47 views
Curve_fit not converging means…?
I need to crossmatch a list of astronomical coordinates with different catalogues, and I want to decide a maximum radius for the crossmatch. This will avoid mismatches between my list and the ...
0
votes
0answers
115 views
How to resize firame INSIDE IFRAME to fit height?
I'm using this java script to fit height of iframe to content:
function sizeToMyContent( ifRef, setW, setH, fMargin ) { //alert(ifRef);
var ifDoc, margin = typeof fMargin === 'number' ? fMargin : ...
0
votes
1answer
75 views
JAVA: checking code with fit
i've written fit check for my code but for some reason it doesn't work due to class not found exception.
this is the exception:
these are the folders:
this is the fit code:
this is the HTML file ...
0
votes
1answer
90 views
HTML5 Fit and Center Content of a Canvas
I want to create a canvas that auto-fits and auto-centers the shapes drawn on it.
I have:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
...
0
votes
1answer
87 views
Current framework for data driven testing of java apps (spring based)
The only framework that comes to my mind for data driven testing is FIT. Am I missing something?
Are there good commercial options ?
Pls. note that I am focussing on low maintenance-costs of tabular ...
0
votes
0answers
171 views
center and expand UIWebView content on webview resize
I have three views, one parent level view and two child views under the parent view (to fill up the parent view). one child on the left one on the right. I want to click on a button, left view is ...
1
vote
2answers
50 views
Making a button fit in every browser
I am having a problem with my website. I created a button that will open a chat. But this button don't stay in the right place in all browser and screen monitors. Due to the browser zoom, the button ...
-1
votes
1answer
139 views
Scale (fit) image to area on php without stretching image [closed]
I need proportional scale by maximal dimension size of area and image by gd.
I have area size: $Ax$B
I have image size: $ax$b
I need proportional scale WITHOUT cropping picture (function($A, $B, ...
0
votes
1answer
206 views
fit a function to a histogram created with frequency in gnuplot
Intro
In gnuplot there's a solution to create histogram from file named hist.dat what likes
1
2
2
2
3
by using commands
binwidth=1
set boxwidth binwidth
bin(x,width)=width*floor(x/width) + ...
0
votes
1answer
88 views
How to fit a button to a hover box? And the button is not displaying properly?
I have somehow managed to get almost everything working. But the button in box 3 is not showing immediately and it even -when you mouse over on it- goes a little bit up. How to fix this I had searched ...
0
votes
0answers
31 views
Coefficient of determination R^2
I generated fitted values using maximum likelihood estimation now want to calculate the coefficient of determination (R^2). However, on some websites I have seen that R^2 is calculated only for the ...
2
votes
2answers
382 views
Python - Fitting 2D rectangular data
I am writing a program using python 2.7 and am having difficulting pinpointing the best way to interpolate/fit some rectangular data.
I have a bunch of known data points of the format z=f(x,y) where ...
-1
votes
1answer
97 views
How to adjust HTML page automatic to fit screen on iOS when first load?
I have a problem about my page on iOS when I RUN the project and click to the menu that I create it's show same like the picture that I upload it's not show fit screen at the first time when I load ...
0
votes
0answers
89 views
Anchor points website auto fit for screen resolution?
I have an anchor points website that i want to make fit every computer screen resolution. The websites layout is more or less done, so i'd like to find a way to make it fit without changing my current ...
1
vote
1answer
177 views
fit surface to data, matlab
I have data- 3 column. First and second- X and Y coordinates, the third value. I have to fit the surface using square interpolation method. And then plot fit output with a .jpg background.
I have ...
0
votes
1answer
45 views
How to make an app for the 4inch screen in xcode and not stretch it out
When I make my app for the 4inch screen i just stretch it out! I dont want to do that i want it to look the same when running on the iphone 4 and the 5
0
votes
0answers
158 views
C# XAML Scale ItemsControlsUniform to Fit Form
So I have an ObservableCollection<Shape> where the shapes contain the properties: width, height, x and y.
Id' like to have:
the group of shapes scaled to fit the form (or grid cell) -> ...
0
votes
3answers
109 views
Prevent a nls-fit from falling below zero
I'm trying to fit a function in R and therefor I use nls().
Is there a way to prevent the fitted function from falling below zero?
An easy work around would be to rise the parameter b0 in the target ...
1
vote
1answer
147 views
Scale string to fit into label (Java, AWT)
I have to write app, which can scale font's size of label and buttons depending on size of entire frame. My idea is to increase size of font until whole text fits into label or button.
How can I ...
0
votes
0answers
141 views
Using fitnesse to test services based on xml over http
I’m struggling to come up with a good approach to write automated acceptance tests for services based on xml over http using Fitnesse. These services have complex requests and responses with ...
3
votes
2answers
211 views
matlab: optimum amount of points for linear fit
I want to make a linear fit to few data points, as shown on the image. Since I know the intercept (in this case say 0.05), I want to fit only points which are in the linear region with this particular ...
1
vote
1answer
95 views
UILabel fit issues
I use this method for recalculate frame for my labels:
- (void)fitElements {
CGFloat currentX = 0.0;
CGFloat currentY = 0.0;
for (UIView *view in elements) {
CGRect ...
1
vote
1answer
250 views
matlab: lsqcurvefit, only one upper bound
simple question.. Is it possible to set only one upper bound for lsqcurvefit, without limiting others?
I need something like:
lb = [0 0 0];
ub = [~ ~ 5];
Thanks!
1
vote
1answer
125 views
changing a canvas's dimensions to fit to screen. (canvas was exported from adobe illustrator and not personally coded)
im more of graphic designer than a coder or web developer so my knowledge is a bit limited, but i cant seem to be able to change my fixed canvas size (the pixel size it was in illustrator) to a ...
1
vote
1answer
259 views
How to use multiple parameters with fittype in Matlab
I have a 1000x2 data file that I'm using for this problem.
I am supposed to fit the data with Acos(wt + phi). t is time, which is the first column in the data file, i.e. the independent variable. I ...
0
votes
1answer
264 views
gnuplot: How to tell fit to use errors correctly (weighted fit)?
I have a function f(x) = a/x and I have a set of data containing values for f(x) +- df(x) and x +- dx. How do I tell gnuplot to do a weighted fit for a with that?
I know that fitaccepts the using ...
1
vote
1answer
319 views
Fitting a 2D-function to a 2D dataset with errors in python
I have a 2D np.array as experimental data, so something with a shape like (50,50), corresponding to the pixel of my cam. I have a second np.array of the same shape for errors on each point. So my ...
3
votes
1answer
492 views
How to tell gnuplot not to print fit log on screen?
I'm writing a bash script that, among several more things, calls gnuplot to fit a few data files. When it does so my terminal gets flooded with the gnuplot fit log.
I do not want that, I'd like that ...





