Questions tagged [baseline]

243 questions
1
vote
0 answers

Create a baseline to line up plots and then fit a Gaussian to each

I am trying to line up the attached plots so I can properly fit Gaussians to them but am not sure how to do so. I want them to have the same baseline. This is how I read in the data: fig = plt.figure(figsize=(16, 8),…
Sean Najmi
  • 11
  • 1
1
vote
1 answer

DXL DOORS Retrieve Redlines from Specific History Version

I am wondering if it is possible to retrieve only the redlines from a specific modification in a specific history version in DOORS using DXL? Specifically, I want a script to retrieve the most recent set of out-links added or removed by the current…
1
vote
1 answer

ClearCase UCM: Access and change config spec from script

In our continuous integration we use ClearCase UCM. We occasionally need to access the sources from the recommended baseline (which not necessarily equals the newest baseline). Note: All baselines are full. I figured out how to access the sources…
airborne
  • 3,664
  • 4
  • 15
  • 27
1
vote
1 answer

Oracle plan_baseline is ignored

I have query with bind variables which comming from outer application. The optimizer use the the unwanted index and I want to force it use another plan. So I generate the good plan using index hint and then created the baseline with the plans and…
user2671057
  • 1,411
  • 2
  • 25
  • 43
1
vote
1 answer

Oracle different plans for different users

I have a realy strange problem. I'm using Oracle 11g. There is a query executed by Business Objects tool, which the optimizer generate different plans for different users. When my customer run the BO report it's realy slowly, but when I run it, it's…
user2671057
  • 1,411
  • 2
  • 25
  • 43
1
vote
0 answers

Vertically align texts with different font-size and line-height based on baseline grid

I understand that some people argue that aligning text to baseline grid isn’t necessary in web design. However, it’s intriguing to do that, and besides, the result looks slick. So, I’m pushing this forward. Now, I have two sets of text with…
1
vote
0 answers

Is it possible to align a TextView's baseline with the bottom of the parent layout?

I want to align the baseline of a TextView with the bottom of the parent layout (LinearLayout or RelativeLayout). Is this possible and, if so, how is it done?
dommer
  • 19,610
  • 14
  • 75
  • 137
1
vote
0 answers

Migrate executing the Baseline again?

I have baselined my existing database with a V1__Base_version.sql. Now, when I run migrate and have files like V2__Migration_842.sql and V3__Migration_842.sql, my V1__Base_version.sql gets executed again and fails with the following message : PS: I…
Raja
  • 101
  • 1
  • 7
1
vote
0 answers

Google Charts: baseline not working with mirrorlog

I'm trying to create a chart using mirrorlog scale, and it seems to be ignoring the baseline; bars always start from 0. function drawChart1() { data = google.visualization.arrayToDataTable([ ['', 'val', { role: 'style' }], …
Pete
  • 51
  • 1
  • 7
1
vote
0 answers

Weighted random baseline for class distribution Python

For a text classification experiment, I'm trying to calculate a weighted random baseline for a class distribution. I have three labels. This is some code I found for two labels: 'm' and 'f'. def wrb(distribution): # weighted random baseline sum =…
Bambi
  • 715
  • 2
  • 8
  • 19
1
vote
1 answer

Audit Baselines in Enterprise Architect

I am wondering if it is possible to view the entire project's baselines that were made in an overall EA project over time similar to the Auditing feature. I know baselines can be viewed for particular packages but is there a way to view all the…
Cgrillo
  • 85
  • 9
1
vote
7 answers

What are the current best practices for load testing and profiling ASP.NET web applications?

I am tasked with improving the performance of a particular page of the website that has an extremely high response time as reported by google analytics. Doing a few google searches reveals a product that came with VS2003 called ACT (Application…
Jeff Martin
  • 10,812
  • 7
  • 48
  • 74
1
vote
0 answers

Aligning baseline of textView inside HorizontalScrollView

I have two textView. I want their baseLine to be aligned. It would have been trivial task, but one textView is inside HorizontalScrollView, which makes it difficult. Any ideas on how to do it?
q126y
  • 1,589
  • 4
  • 18
  • 50
1
vote
1 answer

Windows 10 Startmenu Layout Baseline, tile missing

I have created a baseline for my windows 10 deployments which sets the StartMenu to a default layout. (I had to make it a baseline due to some internal politics so don't ask :-) .) This baseline creates a XML file with the data captured from a…
Nat Thulke
  • 95
  • 2
  • 11
1
vote
1 answer

R: predictive value of X for a change in Y?

UPDATE: lmer-function from the lme4 package may provide an answer. 10 participants underwent a weight loss programme, like…
RedBishop
  • 11
  • 2