Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
3answers
1k views

Why Fit/FitNesse?

What's the point of using Fit/FitNesse instead of xUnit-style integration tests? It has really strange and very unclear syntax in my opinion. Is it really only to make product owners write tests? ...
5
votes
4answers
132 views

Generate terms of an m-order power series in n variables

Consider a situation where you have data in a list of the form data = {{x1, x2, x3, ..., xn, y}, {...}, ..., {...}} For example, data = {{0, 2, 3, 2}, {0, 0, 1, 4}, {7, 6, 8, 3}} I'd like to fit ...
5
votes
5answers
298 views

C#: Code to fit LOTS of files onto a DVD as efficiently as possible

I need to write an application that will take a list of files (some large, some small) and fit them onto DVDs (or CDs, or whatever) as efficiently as possible. The whole point of this application is ...
5
votes
2answers
708 views

Fitting a pareto distribution with (python) Scipy

I have a data set that I know has a Pareto distribution. Can someone point me to how to fit this data set in Scipy? I got the below code to run but I have no idea what is being returned to me ...
5
votes
1answer
914 views

Make an image fit in a rectangle

If I have an image of which I know the height and the width, how can I fit it in a rectangle with the biggest possible size without stretching the image. Pseudo code is enough (but I'm going to use ...
4
votes
1answer
207 views

FindFit with BinCounts or Histogram in Mathematica

daList={62.8347, 88.5806, 74.8825, 61.1739, 66.1062, 42.4912, 62.7023, 39.0254, 48.3332, 48.5521, 51.5432, 69.4951, 60.0677, 48.4408, 59.273, 30.0093, 94.6293, 43.904, 59.6066, ...
4
votes
1answer
294 views

Fitting a zero inflated poisson distribution in R

Hello and thanks in advance for the help! This is a statistical question as much as it is a coding problem. I have a vector of count data that is strongly over dispersed and zero inflated. The ...
4
votes
2answers
2k views

Fitting a gamma distribution with (python) Scipy

Can anyone help me out in fitting a gamma distribution in python? Well, I've got some data : X and Y coordinates, and I want to find the gamma parameters that fit this distribution... In the Scipy ...
4
votes
2answers
985 views

Fitnesse for Delphi 2006 / Delphi 2007 /Delphi 2009

Is there a version of Fitnesse that works on Delphi 2006/2007/2009 ? If so where can I find It? Are there any other programs like Fitnesse that work on Delphi 2006 ?
3
votes
1answer
196 views

How do I make a StringGrid's columns fit the grid's width?

I've been looking for a long time for a solution without any luck. Does anyone know a simple way to do that? I would like to stretch for example the second colum of my grid to fit the grid's width!
3
votes
1answer
151 views

Android: How do I know how many text can fit in my textView (my page)?

I want to create a text reader, which will cut the text and put it in the TextView (represents my pages) and one after the other. These are contained in a ViewFlipper (represents my entire text), ...
3
votes
1answer
694 views

How is the intercept computed in the GLM fit?

I have been reading the code used by R to fit a generalized linear model (GLM), since the source-code of R is freely available. The algorithm used is called iteratively reweighted least squares ...
3
votes
2answers
453 views

Fitnesse Framework regular expressions possible?

Is there an easy way in Fitnesse to check cells based on regex patterns? This should work for all the possible fixtures like "query table", "decision table" and so on. E.g. if results(rows) are ...
3
votes
1answer
158 views

Floating point precision in FIT tests

Are there any good/best practices for dealing with floating point values when checking results with the fit framework? Our application does many calculations. In most situations checking values a ...
2
votes
2answers
137 views

matlab: lsqcurvefit and parameters

I'm trying to do some fitting with lsqcurvefit. I have a function like that: function F = cdf_3p_model(a,data) ...
2
votes
1answer
217 views

Python 3D polynomial surface fit, order dependent

I am currently working with astronomical data among which I have comet images. I would like to remove the background sky gradient in these images due to the time of capture (twilight). The first ...
2
votes
5answers
796 views

GraphicsPath Polygon Fitting in C#

I need to "fit" an arbitrarily shaped GraphicsPath into a defined space (almost always a Rectangle or Circle). I currently scale the GraphicsPath using the Matrix object and the scaling works fine, ...
2
votes
2answers
537 views

ToolStripButtons BackGround property problem in winform

My goal is totally fit image in toolStripButton and toolStripDropDownButton. If a image in the button set with image property, I can not totally fit the image in the button. Because of margin, ...
2
votes
3answers
2k views

print css: fit in one page

In my page there's only one image. Kind of 1500x3000 px. In the printer, I need that this image's maximum width to be the width of the page, so I did: width 100% in the css, and it works. But the ...
2
votes
1answer
123 views

fitnesse test framework, arbitrary properties for test and queries/test runs based on them?

our testers have the requirement to store multiple properties for a test that are not present in the "properties". e.g. they want to store priority, a description(not in the wiki page itself) and so ...
2
votes
7answers
12k views

how to make child divs always fit inside parent div?

My question is if there is a way, without using javascript, to cause child divs to extend to the borders of their parent, without exceeding those borders, when you cannot know beforehand the size of ...
1
vote
1answer
44 views

jQuery - tolerance: 'fit' of a droppable does not care about border-setting of droppable

I'm developing a little tool and it works so far, but I interfere with the fact that the droppable (with option 'tolerance' set to 'fit') obviously doesn't care about the border of a droppable. See ...
1
vote
1answer
27 views

How to make each of div or article fit the screen fullly

<body> <article id="one">...</article> <article id="two">...</article> <article id="three">...</article> ... </body> How can I make ...
1
vote
0answers
141 views

OpenCV - cvFitEllipse2 with cvContourChainCode ?

I have several set of points as cvContourChainCode and I want to fit ellipses to each of this sets. The cvFitEllipse2 requires a cvArr as input. Any hint how I can convert these two types? ...
1
vote
1answer
109 views

How to curve fit data in Excel to a multi variable polynomial?

I have a simple set of data, 10 values that increase. I want to fit them to a polynomial of the form: Z = A1 + A2*X + A3*Y + A4*X^2 + A5*X*Y+ A6*Y^2 Where Z the output is the set of data above, A1 - ...
1
vote
3answers
217 views

How to fit text on Button?

In my android app I have a Button for voting photos. When the user select this Button, the text on this Button became "Thanks for your vote" and when he see a photo that he voted before, on Button ...
1
vote
1answer
157 views

gnuplot- printing fit parameters automatically

In gnuplot, is there a way to print the fit parameters automatically on the generated figure? For example, If I fit the data table 1 1 2 2 3 3 using: a=1 b=1 f(x) = a*x + b fit f(x) 'data' ...
1
vote
1answer
376 views

Make text fit exactly as the screen size

Hey, I have a long text so I've decided to divide it into pages, and I put a so each swipe scrolls to the next page.. The way I did it was: NumberOfPages=text.length()/CharPerPage; ...
1
vote
2answers
957 views

Display image in Qt to fit label size

I already tried several methods on displaying an image on a form, but none of them works how I would like. I've read many places that the easiest way is to create a label and use that to display the ...
1
vote
0answers
882 views

Android ImageView ScaleType *FIT_TOP*

I am trying to implement an ImageView with could holds both landscape or portrait images. Those images should fit the width of the imageview (if landscape) or the height (if portrait) but in any case ...
1
vote
1answer
248 views

Opengl: fit a quad to screen, given the value of Z

Short Version of the question: I will put a quad. I know the width and height of the screen in window coordinates, i know the Z-coordinates of the quad in 3D. I know the FOVY, I know the aspect. The ...
1
vote
3answers
593 views

text fit inside the box in my web page

i have one big pic as background to my webpage. that pic contains a box inside the pic itself.so i want to place text on that background image such that it should fit in the box and shrink or resize ...
1
vote
2answers
187 views

Estimating Probabilities in R

I am trying to analyze some probability data with R. The data I have gives the frequency of certain outcomes (A and B) for a given probability p and what I want is a model that will allow me to ...
1
vote
1answer
262 views

Fitting a binormal distribution in R

As from title, I have some data that is roughly binormally distributed and I would like to find its two underlying components. I am fitting to the data distribution the sum of two normal with means ...
1
vote
3answers
479 views

WPF: How to autosize Path to its container?

I have a Path that must resize to its StackPanel container. <StackPanel x:Name="TrackSurface"> <Path Fill="AliceBlue" Stroke="Black" StrokeThickness="1" ...
1
vote
1answer
303 views

How should one import large amounts of data for FIT/Fitnesse tests?

We have a scheduling engine with large amounts of test data to test all the scenarios, so test automation is critical. We're currently hoping to use FIT/Fitnesse. However a single test has quite a ...
1
vote
1answer
1k views

Looking for JavaScript Math library

Is there any JavaScript or jQuery plugin Math Library with polynomial fit routines?
1
vote
1answer
539 views

The ol' fitting squares into a rectangle trick

Yes I did see the questions similar to this already posted here (notably this one). But. Am i crazy, or can the size of the square also be a non-integer? For example, in a 2x3 rectangle, one ...
1
vote
3answers
655 views

Start seleniumRC from Fitnesse

I'm trying to integrate running Fitnesse tests from MSBuild im my nightly build on TFS. In an attempt to make it self contained I would like to start the seleniumRC server only when it's needed from ...
0
votes
1answer
133 views

Calculating area of fitted function to compare with results - Mathematica

H! I've spent a lot of time reading Mathematica's Document Center and stackoverflow (among other sites), but I haven't found any answer to my question: How in Mathematica I can compare areas ...
0
votes
2answers
128 views

Blackberry BrowserField does not fit to screen

I'm trying to display a website inside my blackberry app but the browserfield is smaller than the screen height and i can`t make it the same size. The page that is beeing loaded is actually smaller ...
0
votes
0answers
54 views

GeoExt ExtJS Map to auto fit to panel

I am using GeoExt and ExtJS and am trying to put a mappanel inside of a panel. It seems that unless I declare a height for the map, it will not show on the screen. Panel: var mapPanel = new ...
0
votes
1answer
158 views

ExtJS. Fit Grid Width into a Panel

I'm very new on ExtJs and I can't solve a problem. I have a grid that it is adjusted to its panel container (layout:fit) but when I colapse the panel, the grid doesn't adjust to the new Width. If I'm ...
0
votes
0answers
105 views

UIImageView in custom UITableViewCell not respecting Aspect Fit mode

I have a table view that uses a custom UITableViewCell that I created on a NIB. In this custom cell I have a square image view to show logos. The images are already thumbnail-size but they have ...
0
votes
0answers
79 views

Fit web page for Iphone portrait & landscape mode

I have a web page with form Width of form is 320px. Form is centered. I need to fit this page for vertical and horizontal view. On vertical view all looks fine But on horisontal view form always on ...
0
votes
2answers
105 views

How to fit a quadratic model knowing the maximum in R?

I have a data frame x and y, and I know the maximum of y. I want to fit this data to a quadratic model. How can I do it in R knowing the maximum? If I didn't know the maximum, I would fit it with ...
0
votes
0answers
120 views

Android webview viewport meta data (need content fit to webview)

I read all possible questions/response on stackoverflow, but i still can't do what i would like. My problem is need to display some content in webview (from asset folder, so i can edit the html), and ...
0
votes
0answers
57 views

How to sort images by size for them to look well?

How does google or windows 8 sort images by size, and they look wery well? I dont mean to sort from big to small, but to sort them, for example, to fit screen without white spaces, or without ...
0
votes
1answer
39 views

Objective-C - How to fit page in WebView

I need to know how can i fit a page in WebView? In iOS there is webView.scalesPageToFit=YES, but in OS X development? How can i do?? Is possible?
0
votes
2answers
53 views

Stretch div to fit a gap

I'm working on a new portfolio site which has a menu that looks like this: http://cl.ly/9rJ7 The Logo and three buttons are positioned absolute and have a fixed width (which will be changed by ...

1 2