2015-06-16

How to Choose the Right Screening Design!


New DoE-users often get overwhelmed by the amount of different designs that are available. Instead of seeing the benefits of just using the DoE (Design of Experiments) approach at all the tend to worry how to choose the right design for a given application. In this piece I will present my approach to choose the right screening design while introducing a JMP-script that supports you with that.

2015-05-04

Exploring Spatial Autocorrelation: Moran's I and Geary's Ratio

While using autocorrelation statistics for time series data is quite common, one has to dig a bit deeper to evaluate spatial autocorrelation for some given data. Spatial autocorrelation might be a starting-point for any analysis of spatial data to get a first impression if places that are close to each other are similar in regards of a variable of interest.

This piece shows how to use the Spatial Data Analysis-Add-In (Version 0.92) for JMP to calculate the most commonly used metrics to measure spatial autocorrelation: Moran's I and Geary's Ratio.




2015-04-15

Solving Traveling Salesperson Problems with JMP

This is part 2 of my series about spatial data analysis with JMP. After we learned how to geocode addresses in part 1. I will now show you how to solve Traveling Salesperson Problems using the JMP Add-In.

2015-03-27

Spatial Data Analysis with JMP

Last week I had the pleasure to participate in the first European JMP Discovery Summit. As part of this I was able to give a talk on our JMP-Add-In extending JMPs capabilities in spatial data analysis. Now let me show you how to use the Add-In to geocode some addresses in JMP!


2014-10-24

Start EViews Scripting - NOW!

Three days ago I gave my talk on "EViews Scripting and Addin-Development" at the First EViews User Meeting. As I think there is lot of unused potential I'll try to increase the reach of my talk by posting here again.

2014-10-23

Review: EViews User Meeting 2014 in Frankfurt

Two days of presentations, exchange of ideas and networking are over. For all who have missed it: I'm talking about the first EViews User Meeting in Frankfurt. Organized by IHS Germany and STATCON the User Meeting brought users from several countries together: Austria, Poland and Germany. Under the general topic of "Global Commodity Markets - Scenarios, Prices and Forecasts" many very informative, helpful talks were presented, covering the range from scientific methodology, technical advices & programming and of course: case-studies!
The share of thought about how to best utilize EViews within individual organizations as well as the use of different types of econometric models  was the most stimulating element across the two days.

2014-07-29

Noticable Pieces (1): Beer Blends - A Taste for Mixtures


In my previous article I mentioned the beer-tasting experiment as one of the highlights of the 5th European DoE User Meeting.

Sadly I was not around to see the analysis of the data - but luckily Andrew and Paul of PrismTC wrote an excellent article on their website.

So everyone who is either interested in beer and/or mixture experiments: Read this!

2014-07-17

Like Cupcakes? Go to the 5th European Design of Experiments User Meeting!


Today I want to share a few of my impressions from the 5th Design of Experiments User Meeting in Cambridge. After being organized by Statcon for the last three times (Berlin,  Luzern -in cooperation with CQ-Consultancy -, and Vienna), PRISMTC from the UK was the host in Cambridge.

2014-05-05

Control 2014

Die letzten Arbeiten an unserem Messestand 221, Halle 3 werden durch unseren Chef Herrn Bertram Schäfer verrichtet.


Besuchen Sie uns, um das Ergebnis zu begutachten.

2014-02-07

Der Geschmack des Mittelwerts

Wer gerne Max und Caroline in 2 Broke Girls bei ihrem endlosen Bestreben ein Cupcake-Imperium aufzubauen verfolgt, der kommt nicht umhin selber mal den Versuch zu wagen. Leider ist die Menge an verfügbaren Rezepten recht umfangreich (Chefkoch.de liefert 385 Rezepte), so dass es wohl zumindest den einen oder anderen Entscheidungsbaum(-kuchen) bräuchte um das beste Rezept zu finden. Wer sich zwischen Rafaello-Cupcake, Schwarzwälder-Kirsch oder gar dem Schockoladenmuffin mit Marshmellowhut wählen muss hat auf jeden Fall gravierende Erste-Welt-Probleme.

2013-06-14

Balkendiagramme für Mittelwerte

Im Rahmen der Blogparade von SAS zum Thema Datenvisualisierung gibt Betram Schäfer (CEO der Firma Statcon) Hinweise zur Verwendung von Balkendiagrammen.

2013-05-23

Balkendiagramme einige allgemeine Hinweise

Im Rahmen der Blogparade von SAS zum Thema Datenvisualisierung gibt Bertram Schäfer (CEO der Firma Statcon) Hinweise zur Verwendung und Anpassung von Balkendiagrammen.

2013-05-15

Ingenieursmathematik für Jedermann

Unser geschätzter Kollege Prof. Dr. Dr. David Meintrup bewirbt gerade seinen Online-Kurs zum Thema "Ingenieursmathematik für Jedermann" im Rahmen der MOOC Production Fellowship. Hoffentlich kann das folgende Video, Sie dazu hier für Ihn abzustimmen.


2013-02-14

Spielen mit JMP

















14.02.2013 - Ein kleines Update:

Die Kollegen von SAS fanden diesen Eintrag interessant und haben ihn auch auf ihrem JMP-Blog veröffentlicht (hier der direkte Link).

Vielen Dank dafür! Ich wünsche allen viel Spass mit dem Spiel!
Sebastian Hoffmeister


2013-01-09

Why we need the lower-order-terms ...

This is the second article in our series about non-hierarchical models. Here i want to point out the problem of non-hierarchical regression models meaning models that include some higher-order-terms without the corresponding lower-order-terms.





2013-01-08

Why we need the intercept ...

This is the first article in the series on non-hierarchical regression models. In this article we discuss the pitfalls when performing a regression without using the intercept term.

A common question is, if the intercept-term may be removed from a regression analysis in case it is not significant. Most of the time the answer to this question should be "No!" and I totally agree with that answer. But of course we would like to understand why!

A Discussion on Non-Hierarchical Regression Models


There is a certain point in many trainings where we talk about the advice to respect "model hierarchy" in the context of multiple linear regression models. Model hierarchy means: If there is a term of higher order included in the model, all corresponding terms of lower order should be in the model, too.

Example
If you estimated a model $Y  = b_0 + b_1 X_1 + b_2 X_2 + b_{12} X_1 \cdot X_2 + \epsilon$ and see that $b_{12}$ is significant different from 0 the main effects $X_1$ and $X_2$ should stay in the model in any case. No matter if they are significant themselves or not.

In the following series of articles I want to give an explanation why we give this recommendation.



In the first article I will present the problems that occur if the intercept term drops out of the model. Of course this is the most simple kind of violating the model hierarchy. I give a motivation why we should prefer:

$$ y = b + b_1 x_1 + \epsilon $$

in nearly all cases over:

$$ y = b_1 x_1 + \epsilon $$

The second article will explain the difficulties that occur whenever you estimate a non-hierarchical model by removing terms of lower order, while keeping the corresponding terms of higher order. This includes not only 2 (and more)-factor-interactions but polynomial terms as well. So our general advice applies to models like

$$ y = b + b_1 x_1 + b_{11} x_1^2 + \epsilon$$

even though.

Of course there are exceptions from these general rules. The last article will give some examples, where one might use non-hierarchical models.

2012-09-05

Die R-Schnittstelle von JMP angewendet

Im folgenden Beitrag erklärt unser Gastautor Mirko Löhmann, die "Auswertung von Objekten in der Ebene mit Räumlicher Statistik". Besonders spannend: Dabei werden die Vorzüge von JMP und R über die R-Schnittstelle von JMP benutzt.


Vielen Dank für diesen Beitrag!

2012-05-11

Control 2012 - Tag 3


Das Messegebäude "von Hinten"
8:40 - Ich bin alleine am Stand und vervollständige die Notizen für den Blogeintrag "Tag 2". Von den Kollegen ist bisher niemand zu sehen. Wahrscheinlich bereiten sie gerade die Motivations-Ansprache vor. Während ich schreibe und und warte nehme ich mir vor mehr Notizen zu machen. Ich werde das Gefühl nicht los, noch etwas von gestern vergessen zu haben.

8:55 - Ich bin nicht mehr alleine und auf Anfrage hält Doug tatsächlich eine, nicht ganz ernst gemeinte, Morivationsrede.

Unsere Partner aus Amerika: Mike und Doug
 9:15 - Das Highlight des Tages bahnt sich an: Nachdem Bertram das Tablet mit ins Hotel genommen und dort zahlreiche Wifi-Analyser-Apps installiert hat lebt die Hoffnung auf eine stabile Internetverbindung wieder auf.

10:37 - Die App funktioniert. Da der Rest des Tages relativ ruhig verlief, ich es aber gleichzeitig nicht geschafft habe die letzte bisher unerschlossene Halle (5) zu besuchen, möchte ich kurz diese ominöse Android-App beschreiben:

Idee:
Wir wollen Daten mit den Sensoren eines Android-Tablets erheben und mithilfe von InfinityQS analysieren. Das beinhaltet im Wesentlichen:
  1. Eine App, die die Daten erhebt, darstellt und an InfinityQS schickt.
  2. Eine Schnittstellt zwischen der Android-App und InifinityQS zum Übertragen der Daten.
Die App:
Typische Android-Devices haben einen Lage-, Licht- und einen Abstandssensor. Ausserdem können natürlich Audio-Daten vom Mikrophon aufgenommen werden. Wir haben uns entschlossen den Lichtsensor sowie das Mikrophon zu verwenden. Dabei werden konstant Audio-Daten aufgenommen. Über eine Fast-Fourier-Transformation werden diese Daten in Frequenzen und die zugehörigen Amplituden umgerechnet.Ausgewählte Frequenzen werden im Tablet grafisch dargestellt.

Die Messeapp mit der Auswertung der Daten in InfinityQS
Die Schnittstelle und InfinityQS:
Auf dem Rechner werden die Daten von einem Java-Programm über eine TCP-IP-Verbindung empfangen und in eine Textdatei geschrieben. InfinityQS liest die Werte aus der Textdatei aus und analysiert sie anschließend. Im Bild sieht man ausgewählte Regelkarten für verschiedene Frequenze.

Man kann an den Grafiken und Daten relative gut ablesen, ob gerade jemand vor dem Tablet steht und spricht oder nicht. Man kann von der gemessenen Lautstärke auch gut auf den Traffic vor dem Stand schließen.

Am letzten Tag steht jetzt noch ein Ausflug in Halle 5 an. Dann werde ich hoffentlich noch viele interessante Bilder von Ausstellungsstücken präsentieren können!

2012-05-10

Control 2012 - Tag 2

Messegebäude andere Ansicht

08:30 - Da ich meine Eintrittskarte behalten habe läuft heute alles wie geschmiert. Um 9:00 Uhr stelle ich fest, dass diese Erwartungshaltung etwas voreilig war. Nachdem ich unsere Messe-App gestern Abend Zuhause noch einmal ausprobiert habe und alles stabil lief war ich optimistisch, dass wir das heute hinbekommen. Ausserdem haben Boris und Bertram ein neues Wunderwerk der Technik (W-Lan Router) mitgebracht.

08:45 Mit einem hauch von Neid bemerken wir, das am Nachbarstand eine Motivationsrede für einen Erfolgreichen Arbeitstag gehalten wird. Das sollten wir auch einführen. Auch unser amerikanischer Kollege Doug ist begeistert. Ich bin gespannt, wer den Part morgen übernimmt.

10:00 - Die Zeit vergeht wie im Fluge, da heute etwas mehr los zu sein scheint als gestern.

11:30 - Die erste Packung mit Keksen wird ausgepackt. Wirklich lecker.

14:30 - Wir stellen fest, dass der W-Lan Router sich positiv auf alle Geräte ausgewirkt hat. Die Verbindungen sind stabiler und/oder schneller. Leider gilt das mit einer Einschränkung: Galaxy Tab. Ich verbeuge mich vor der Technik und gebe auf. Zumindest produziert die App hübsche Bildchen auf dem Display (Foto folgt).

14:30 - Ich mache mich auf um einige Fotos von Ausstellungsstücken nachzuholen, die mir gestern aufgefallen waren. Resultat:
Maschine zum Sortieren von Metallkugeln
Projektor-R2-D2
15:30 - Der Rundgang durch Halle 7 mit Claudia und Doug zeigt, dass es dort nicht so spannend ist, wie  bei uns in Halle 3. Es ist recht wenig los und die Aussteller haben sich zum großen Teil nicht so spannende Highlights überlegt. Die große Ausnahme der Regel folgt auf dem Fuße:
Highlight von Halle 7

Schokoladenauto? Ich durfte es nicht probieren!

Autos sind sehr beliebte Ausstellungsstücke - liegt das vielleicht an der Männerquote?

Die Erholungsoase. Aber Vorsicht: Keine Selbstbedienung

17:00 - Fazit: Heute war sicher mehr los. Aber das ganze kann sich gerne noch einmal ein bisschen Steigern in den nächsten Tagen.

Hatte ich vergessen zu erwähnen, dass die Messe direkt am Flughafen liegt?