Tagged Questions
The density tag has no wiki summary.
26
votes
4answers
2k views
Shading a kernel density plot between two points
I frequently use kernel density plots to illustrate distributions. These are easy and fast to create in R like so:
set.seed(1)
draws <- rnorm(100)^2
dens <- density(draws)
plot(dens)
#or in one ...
8
votes
4answers
3k views
Android: Why create specific images for ldpi, mdpi and hdpi?
I'm currently trying to support a larger range of devices with my Android app. However, even after reading through what the Android Dev Guide has to say on the issue, I'm unsure as to why I should ...
6
votes
3answers
598 views
How to plot a set of densities in 3D using R?
I need to plot, in 3D, a set of densities associated to a time series. More precisely, I would like to be able in R to build an image close to this example
This image is taken from [1]. The ...
6
votes
1answer
2k views
Determining image sizes for multiple android screen sizes/densities
I've been reviewing the Supporting Multiple Screens documentation on the Android and I just need some additional clarification...
It's my understanding that designing three unique interfaces (ldpi, ...
5
votes
1answer
100 views
Mathematica ColorFunctionScaling
I have a ListDensityPlot of a temperature in a can in Mathematica. I am animating its development over time, but the ColorFunction always sets the highest temperature of the current step to correspond ...
5
votes
5answers
1k views
How to support all the different resolutions of android products
All the different resolutions of the different Android products are driving me nuts.
My first android app that I wrote was designed so it supported the three commonly used resolutions: 240x320 ...
5
votes
3answers
2k views
Android: Multiple Image Density support - scale height width and dpi?
I have an android app that I'm trying to add support for different densities, screen sizes, etc. I've developed the app on the simulator with the HVGA support and used all icons from our iphone app ...
5
votes
2answers
494 views
difference between methods to scale a bitmap
There are at least two methods to scale a bitmap in Android,
One is to use "inScaled, inDensity, inTargetDensity" in "BitmapFactory.Options" when decode a bitmap source.
The other is to use a "Matrix" ...
4
votes
2answers
591 views
Plotting Probability Density / Mass Function of Dataset in R
I have data set and i want to analysis this data by probability density function or probability mass function in R ,i used density function but it didn't gave me a probability.
my data like this:
...
4
votes
7answers
1k views
Android compatibilty settings in AndroidManifest.xml
I have an app to release which works on all android screen-sizes (except smaller) and densities above SDK version 2.0.
It will also run on extra large screens.
Currently I have added this:
...
4
votes
4answers
5k views
Howto Superimpose Multiple Density Curves Into One Plot in R
I have a data that looks like this.
And I intend to create multiple density curve into one plot, where each curve
correspond to the unique ID.
I tried to use "sm" package, with this code, but ...
3
votes
4answers
65 views
php recommandation for big activity
I've to do a website with a lot of activity and i would to have like your recommandation.
The same page is going to be viewed by 5000 users at the same time...
Some data have to be updated every 5 ...
3
votes
2answers
427 views
R: Plot a time series with quantiles using ggplot2
I need to plot a time series with ggplot2. For each point of the time series I also have some quantiles, say 0.05, 0.25, 0.75, 0.95, i.e. I have five data for each point. For example:
time ...
3
votes
1answer
395 views
Custom rendered Android app widget
I'm making an app widget for Android, which due to being composed of custom elements such as graphs, must be rendered as a bitmap.
However, I've run into a few snags in the process.
1) Is there any ...
3
votes
2answers
769 views
Android - graphics are big and blurry
I have a graphic designer that helps me with UI development. We start with me taking screenshots of my current UI using my Nexus One (800x485). Then he overlays new art over the old screenshots in ...
3
votes
1answer
839 views
Plotting predefined density functions using ggplot and R
I have three data sets of different lengths and I would like to plot density functions of all three on the same plot. This is straight forward with base graphics:
n <- c(rnorm(10000), ...
2
votes
2answers
61 views
How can I express densities as percentages in R?
When I run a density histogram in R, the vertical axis shows densities as fractions. Try this, for example:
hist(rnorm(100), freq = FALSE)
See how the vertical axis shows "0.0", "0.1", "0.2", etc. ...
2
votes
2answers
186 views
Layout on Samsung Galaxy Note
I have a weird issue that only occurs on the Samsung Galaxy Note.
I have landscape and portrait layouts , in normal and large , as per : ...
2
votes
1answer
101 views
Plot density of periodic function
I've got a vector that represents the times (in seconds past midnight) that a bunch of events happened, and I want to plot the density of those events through the day. Here's one way to do that:
rs ...
2
votes
2answers
461 views
How do you prepare an image for a smaller density screen?
I initially built an Android app and threw all of my images in the drawable-hdpi resource directory and now I'm going back and making the necessary changes/additions so that the app is supported on ...
2
votes
2answers
1k views
Emulating density of 320 dpi on android emulator
We're trying to emulate devices with the new density of 320 dpi in Android 2.3 -
such as Archos 101,
and we can't seem to be able to define an emulator with such density,
even after downloading the ...
2
votes
2answers
67 views
Pseudorandom Number Generation with Specific Non-Uniform Distributions
I'm writing a program that simulates various random walks (with differing distributions). At each timestep, I need randomly generated, two dimensional step distances and angles from the distribution ...
2
votes
1answer
1k views
Relations between dip, px and dpi
If I in a layout xml file set the size to be, for example 12dip. Will that always be 12px in mdpi and so 18px in hdpi?
So is dip always true for mdpi and will scale accordingly for other densities?
2
votes
2answers
287 views
Android Image Sizing Question
I am trying to make a tile game that has 6 tiles in each row. The tiles are a fixed size, 80x80 and fit snuggly on a 480x854 screen (since 6*80=480). I am trying to make sure that my application ...
2
votes
1answer
881 views
Dip to pixel conversion results in the exact same value
I am trying to convert dips to pixels using the following function. I’ve tried low, medium, and high density emulators and regardless of the emulator I use, the pixel value remains the same value as ...
2
votes
2answers
562 views
Calculating an area under a continuous density plot
I have two density curves plotted using this:
Network <- Mydf$Networks
quartiles <- quantile(Mydf$Avg.Position, probs=c(25,50,75)/100)
density <- ggplot(Mydf, aes(x = Avg.Position, fill = ...
2
votes
1answer
1k views
Help with Density on Android
I'm trying to render custom buttons in Android. However, I'm having issues getting my bitmaps to render without scaling. I have a few constraints that are forcing me to forgo a few possible solutions. ...
2
votes
2answers
427 views
hdpi assets no longer loading
Hey. all,
I'm in the process of up-scaling the graphics for my game for better display on higher density devices. I created the higher dpi artwork, added it to the correct place ...
2
votes
2answers
355 views
Android - Padding in different phones
Say I add a linear layout with top padding of 20. Does it mean that the layout is rendered with 20 pixels of padding in all phones? Or does it scale according to the height/width/density of the phone?
...
2
votes
3answers
10k views
How to make ImageButton in Android automatically scale based on screen density?
I have an image put on an ImageButton, which looks good on a mdpi (medium-dpi) screen. However, when the device has a hdpi (high-dpi) screen, the image is still pixel-by-pixel accurate, which look ...
2
votes
1answer
1k views
BitmapDrawable with unexpected size in Android 2.0.1 WVGA854
I want to display a 480x320 JPEG file stored in the SD card in Android 2.0.1 with WVGA854 skin and 240 lcd density (Motorola Droid).
However, when I create a BitmapDrawable through ...
2
votes
2answers
492 views
Generate stochastic random deviates from a density object with R
I have a density object dd created like this:
x1 <- rnorm(1000)
x2 <- rnorm(1000, 3, 2)
x <- rbind(x1, x2)
dd <- density(x)
plot(dd)
Which produces this very non-Gaussian ...
1
vote
2answers
29 views
android eclipse are two hit state xml files needed in md and hd drawable folders
I know in order to design for android devices you can make 2 images named the same thing with different resolutions and put them in the md and hd drawable folders. Android will call the correct ...
1
vote
1answer
24 views
Odd behavior of screen height in pixels?
In my android application, there is an OpenGL Renderer over-layed over a canvas. The device i'm testing on is a Droid x.
I'm moving all the drawing functions over to Open Gl but I've noticed a ...
1
vote
1answer
78 views
MonoDroid apps don't use correct density drawables
I am getting some very interesting results when testing an app developed with MonoDroid on different devices with varying screen sizes and densities.
I have the following (simplified) folder ...
1
vote
2answers
146 views
How to get screen DPI
I'm trying to get the screen's dpi but so far it isn't working. I tried:
DisplayMetrics dm = new DisplayMetrics();
mainContext.getWindowManager().getDefaultDisplay().getMetrics(dm);
...
1
vote
2answers
108 views
Nine patch images look pixelated
I use several nine patch images in my layout, for buttons, text fields and form backgrounds. All of the xxx.9.png files are in the drawable-hdpi folder, just like the regular images, yet they still ...
1
vote
3answers
79 views
Why does the hist() function not have area one
When using hist() in R and setting freq=FALSE I should get a densities. However, I do not. I get other numbers than when it just shows the count. I still need to normalize.
For example:
> h = ...
1
vote
4answers
354 views
Setting ImageView ScaleType to “center” is not working as I expect it
I have the following layout for my ImageView:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
...
1
vote
2answers
47 views
Is it possible to access a drawable from a specific density in Android?
Depending on the situation of course, I normally have a drawable for each density my app supports and the right density drawable is used when I use an id reference of some drawable.
But I'm looking ...
1
vote
1answer
94 views
How can I smooth my density curve so it has fewer peaks?
How can I limit the number of "humps" I allow in my density curve. I just want a nice looking skewed bell curve type thing. But right now, my density almost just looks like a line graph of my data.
1
vote
1answer
140 views
Display issue on HTC Flyer
I have developed an application and created the xml files in different layout :
layout-large
layout-large-1024x600
layout-normal
layout-normal-480x320
layout-normal-640x360
layout-normal-640x480
...
1
vote
1answer
227 views
Android ldpi-layout looks different on 2 different ldpi-devices (X10 Mini and FlipOut)
My problem is that the result of a layout looks different on the x10 mini and the flipout.
the result looks like this:
The left one is the result from X10 mini and the right one from Motorola ...
1
vote
1answer
51 views
A density based clustering library that takes distance matrix as input
Need help with finding an open/free density based clustering library that takes a distance matrix as input and returns clusters with each element within it maximum "x" distance away from each of the ...
1
vote
0answers
60 views
What should be checked to play video correctly: density or screen size?
Please excuse me if you think this is a stupid question for I don't know what I should do now.
I have a video file with 1024 x 576 resolution. I tried to play it on a HTC Hero GSM device and it ...
1
vote
1answer
901 views
Android Convert Px to Dp (Video Aspect Ratio)
I'm trying to convert pixels to dp. What is the formula?
Lets convert 640 and 480 into dp. The docs say this
The conversion of dp units to screen pixels is simple: px = dp * (dpi / 160)
But ...
1
vote
2answers
85 views
Uniformly distribute Points within an object using Graphics in Mathematica
Considering :
preferred ={{1, 1, 63}, {2, 1, 44}, {3, 1, 27}, {4, 1, 33}, {5, 1, 33}}
frmWidth = 20.9067;
frmHeight = 15.68;
I am displaying 5 types of stimuli 2 ...
1
vote
2answers
298 views
How to display icons without alteration in an ImageButton/ImageView?
in my app, I have buttons with icons. The icons are provided as PNG images in the three densities in drawable-ldpi-v4/, drawable/ and drawable-hdpi-v4/. Here's a sample:
Each icon is displayed in ...
1
vote
2answers
905 views
Android: Density independent pixels and the Samsung Galaxy Tab
I've done absolute positioning on Android via density independent pixels and it works great on all the available emulator profiles. However, the Samsung Galaxy Tab has a density of 240 (like WVGA ...
1
vote
1answer
215 views
Bitmap resources depending on screen densities
The Android documentation being the mess that it is, I have big problem understanding what sizes my icons should be for each of the densities. The ultra-lengthy article( ...