Wednesday, 10 February 2016

A Walk on the Juan de Fuca Marine Trail, free on Amazon this Valentine's Weekend (Feb 11 to Feb 15, 2016)


A Walk on the Juan de Fuca Marine Trail, free on Amazon this Valentine's Weekend (Feb 11 to Feb 15, 2016)

If you are a hiker, you know that nothing says bonding and great memories like a backpacking trip. That includes couples, of course. And what could be more romantic than planning a great hike on the wild western shore of Vancouver Island with your significant other, during the Valentine's Day weekend?

And even if you and your hiking partners have no romantic inclinations, it's still a good time to start planning a trip. After all, it won't be long until the hiking season begins.

The hiking journal "A Walk on the Juan de Fuca Trail" is free this Valentine's week on Amazon. After that, it's all of 99 cents. Here is a summary.

The Juan De Fuca Marine is considered by many to be one of Canada’s finest hiking trails. It hugs the southwestern shore of Vancouver Island, between Jordan River and Port Renfrew for a distance of about 48 kilometres. Like its (perhaps) more famous neighbouring hiking trail just to the north, The West Coast Trail, it features both beach and forest hiking along a rugged coastline. The hiking is a nice test of one’s fitness, the views are spectacular, the wildlife (marine and forest) is plentiful and the people are friendly. What more could one ask for? 

What follows is a journal of a five day trip, taken in early September of 2002. It is about 13,000 words in length (60 to 90 minutes reading), and contains numerous photographs of the trail. There are also sections containing a brief history of the trail, geology, flora and fauna, and associated information.

---------------------------------------------------------------------------------------------------------

Three Love Stories, Free on Amazon for Valentine's Day


Free, this Valentine's week on Amazon (Feb 11 to Feb 15, 2016), three love stories by Helena Puumala. After the free promotion ends, they will be available for 99 cents.
Here are three stories, all dealing with the theme of romantic love. They encompass the feelings we all recognize from our experiences of love: lust and desire, jealousy and betrayal, confusion and certainty, forgiveness and reconciliation, loss and rebirth. They even suggest that love might get a little help from those mysterious realms beyond our normal, everyday life. Love is, after all one of the most magical of all transformations that we mortals can undergo.
It should be noted that these three stories have been previously published separately, but we wanted to bundle them together, for a number of reasons. Firstly, they are thematically connected - they all concern the joys, pains and triumphs of romantic love. Secondly, the first two stories are connected by plot and character - Love at the Lake: Part 2 tells the story of what happens later to the characters embroiled in the jealousy and betrayal of Part 1. Characters can sometimes take on a life of their own, and insist that the writer tell their whole story - that’s just what happened here. And finally, this bundling gives us a way to package the stories in a more economical form for our valued readers - three stories for one low price. In the future, we hope to add even more to this collection of love stories!















Friday, 5 February 2016

Part 2 of a Review of “Marketing Analytics – A Practical Guide to Real Marketing Science” (by Mike Grigsby Kogan)



Part 2 of a Review of “Marketing Analytics – A Practical Guide to Real Marketing Science” (by Mike Grigsby Kogan)

http://www.amazon.com/Marketing-Analytics-Practical-Guide-Science/dp/074947417

A while back, I got a book from my Skillsoft learning library, with the above title.  As a statistician/analyst at a university, I was curious about how the statistical techniques that I use on a routine basis are applied in the marketing world.  And as someone who is involved in a small publishing venture, I was also curious about the theory and practice of marketing in general, and how it might be used to sell more novels :).  So, I thought I would read the book and do a write-up for the blog, to help fix ideas in my own mind and inform blog readers as well.


Naturally, if the book interests you, you should go to the source.  The Amazon link is given above.  The book sells for about 20 bucks, in both e-book and paperback form.  Though the content gets somewhat technical, given the subject matter, the writer maintains a very readable style in my opinion.


Since the book is fairly long, a proper look at it will take at least two blogs, maybe three.  I previously did a blog on Part One of the book, which was concerned with some elementary statistical ideas, as well as some fundamental concepts and strategies within the marketing world.  What follows is my synopsis of Part Two of the book, in point form.    This section deals with some fairly advanced statistical techniques, in the “predictive analytics” realm, namely:


·         Multiple regression,



·          Logistic regression,



·         Survival analysis,



·         And econometric modelling.


In some cases, I have inserted an example of a given technique, from my own book related research, in italics.

Part Two – Dependent Variable Techniques

Chapter 3 – Modeling Dependent Variable Techniques - the things that drive demand

·         This chapter focuses on techniques that use equations that predict a dependent variable, based on the values of one or more independent variables.  These are generally known as regression techniques or general linear models.  The author gives a decent explanation of this, even mentioning a few subtle nuances, such as the use of dummy variables and price elasticity (there was a substantial technical section on this subject).  But this is a very brief review of a very large subject, so it is difficult to say whether a newcomer to the concepts would be able to really understand it well.

·         Here’s a quick example of a simple binary (two variable) regression relationship, from some book  publishing related data that I dug out of the Amazon website.  For a selection of 18 books on the “Alsobot” of one our books (Kati of Terra Book 1), I analyzed the book summaries with some text analysis software that counts the number of “hard words” in a sample of text.  Then, I did the same for a sample of reviews of each of the books (about 20 reviews for each book) and averaged them.  The graph below shows how the complexity of the book summary is related to  the complexity of the reviews for that book.

 A simple binary (dependent variable and one independent variable)  regression (using Excel) of the complexity of the book summary (called a blurb on the graph axis) and the complexity of the reviews for that book show that they are related, in an approximately linear fashion (the straight line). The graph shows the regression relation in equation form and the strength of the association in “R-square” form.  An R-square close to 1 indicates a very good positive linear relationship between the variables, and R-square close to 0 indicates no linear relationship, and an R-square close to -1 indicates a very good negative linear relationship.  In this case, the R-square is nearly 0.5, which indicates a reasonable strong relationship.

What does it tell you?  Briefly, I interpret it to mean that people read books that are written at the level with which they are comfortable, and that also corresponds to the level at which they generally write (reviews in this case).  More precisely, they read books that have summaries written at that level, but we can reasonably assume that  the summary is probably written at much the same level of complexity as the book.  The book’s summary signals to potential readers how difficult the book is likely to be, in a vocabulary sense.  Then, people respond (perhaps unconsciously) to that cue, and pick a book that corresponds to their vocabulary, and eventually review it with a similarly complex vocabulary.

This is a very simple model, since it only includes two variables and assumes a linear relationship.  Much more complicated models are possible, which could include dozens of variables (assuming a sufficiently rich dataset) as well as non-linear terms, interaction effects and other complexities.  But this simple case gets the idea across.


Chapter 4 – Who is Most Likely to Buy and How do I Target?

·         This continues the focus on methods that predict a dependent variable from one or more independent variables.  In this case, the independent variable is of the binary or yes/no variety, so the method under review is known as logistic regression.  In this case, the equation predicts the odds, or probability that a particular outcome will occur, namely that a person will buy the product or service in question.  Note that other outcome could be of interest, such as clicking a link or signing up on a mailing list.   The author goes into some of the nuances of this method, such as how to interpret logistic regression coefficients, the use of the prediction vs. outcome matrix and lift charts (used to determine which deciles of the population in question are the best prospects).  He also includes a useful sidebar on multicollinearity, when two independent variables are highly correlated with each other.

·         A common use of logistic regression is related to attrition or retention.  Below is an exploratory example, using data that I have collected on the Top 100 Amazon ebooks for 2013 and 2014.  I took the book to be “retained” if it was still in the top 3200 rank by mid-2015.  The logistic regression then tests for variables that are significant in terms of predicting which books are in the retained group.  In this case, I just tested the effect of genre.  Note that this is a rather artificial example - normally a binary variable like this would indicate something like “did or didn’t drop out of school”, “did or didn’t die”, or some similarly stark yes/no result.  But we can imagine a case where a cut-off point in ranking could have that effect - for example a writer who fell below a given ranking might not have their next book accepted for publication.

The output below is from PSPP, an open source knock-off of SPSS.  The output shows that the only “statistically significant” genre effect is for Romance books, which are significantly less likely to be retained in the higher rankings than the reference genre, which was Thriller.  So, this result would imply that Romance writers have a shorter lifespan as an author, if rankings cutoffs are used to determine whether a writer continues to be published.
Through some mathematical calculations (involving exponentials, which “undo” the logistic regression, which is a form of regression analysis based on a logarithmic transformation of the basic regression equation) we can get a more understandable version of the result, namely that the probability of a book being retained in the higher ranking category, by genre is:

Thriller
65%
Lit Fic
66%
Other
54%
Romance
33%
SFF
79%

·  ══════╦══════════╤═════╤════╤═════╤══╤════╤══════╗
·                  B  │S.E.│ Wald│df│Sig.│Exp(B)║
·╠══════╬══════════╪═════╪════╪═════╪══╪════╪══════╣
·║Step 1║DG_LITFIC │  .04│ .49│  .01│ 1│ .94│  1.04║
·      ║DG_OTHER  │ -.44│ .62│  .52│ 1│ .47│   .64║
·      ║DG_ROMANCE│-1.31│ .35│13.84│ 1│ .00│   .27║
·      ║DG_SFF      .70│ .70│  .99│ 1│ .32│  2.02║
·      ║Constant    .60│ .27│ 5.07│ 1│ .02│  1.82║
·╚══════╩══════════╧═════╧════╧═════╧══╧════╧══════╝
·

Chapter 5 – When are Customers Most Likely to Buy?

·         This continues the focus on methods that predict a dependent variable from one or more independent variables. These moves on to a fairly new method, known as survival analysis. Survival analysis, frequently encountered in medical research, can be used in marketing to estimate when customers are most likely to buy, rather than just the yes/no question answered with logistic regression.  Ultimately, one derives survival curves, similar to the life tables of demography.  

One other advantage/complication of survival analysis over logistic regression is its ability to handle “censored data”.  That has nothing to do with risqué pictures, but rather refers to data about respondents who have gone missing e.g. have dropped out of a study, moved to a new unknown address, etc.).  It can also refer to information on subjects who have not yet “converted” at the time that the analysis was done, or the study was cut off.
Note that besides tracking “time to event”, survival analysis also enables the researcher to examine covariates that could impact this measure.  This, of course, is key information.  If you discover that females purchase quicker than males, for example, that would be very useful in how one might market by gender.  So, survival analysis has both descriptive and predictive aspects.

·         I haven’t actually had an opportunity to use this method, so I can’t add anything specific to survival analysis.  One might note another technique that is used to determine why some records fall on one side of a binary divide or the other, which is called decision trees.  It’s more of a “data science” method than a statistical modelling method, though.  The author prefers the latter methods, though many people are now using the decision trees method.  It has the virtue of being quite easy to understand by most people.  However, it can result in too much emphasis being placed on relationships that are actually the result of random chance, given enough variables (though the analyst always has to be mindful of this possibility, regardless of the chosen method of analysis).

Chapter 6 – Modeling Dependent Variable Techniques (With More than One Equation)

·         This chapter goes into econometric modeling, using systems of simultaneous equations, basically supply and demand equations.  It talks about endogenous versus exogenous variables, in other words variables that are within the system (such as the price of the product) versus those outside the system (such as consumer incomes).  Even that is conceptually tricky. The seller doesn't have total control over pricing since incomes still have a huge influence over pricing pricing.  It is a complicated subject, and the author doesn't go into great detail – just enough to drive home the point that an enterprise has to look at the interaction and substitution effects that decisions on one product will have on other products, especially those that consumers consider to be close substitutes.
·         I haven’t had much to do with these methods, not being an economist.

In a later blog, I will go through some of the other statistical techniques that he explains, adding some of my own analytic experience, especially as it pertains to the book publishing domain.  Those methods are mostly of the classification and dimension reduction type (e.g. for market segmentation).

–------------------------------------------------------

And, since this is a book themed blog, here is your chance to buy a book.  This is a travelogue, featuring a statistician and a truck driver, on a long haul trip, taking lumber to Texas and oilfield equipment to Alberta.  So, you get content that alludes to the theme of the blog – statisticians and markets. :).
On the Road with Bronco Billy - A Trucking Journal
Kindle Edition
What follows is an account of a ten day journey through western North America during a working trip, delivering lumber from Edmonton Alberta to Dallas Texas, and returning with oilfield equipment. The writer had the opportunity to accompany a friend who is a professional truck driver, which he eagerly accepted. He works as a statistician for the University of Alberta, and is therefore is generally confined to desk, chair, and computer. The chance to see the world from the cab of a truck, and be immersed in the truck driving culture was intriguing. In early May 1997 they hit the road.

Some time has passed since this journal was written and many things have changed since the late 1990’s. That renders the journey as not just a geographical one, but also a historical account, which I think only increases its interest.

We were fortunate to have an eventful trip - a mechanical breakdown, a near miss from a tornado, and a large-scale flood were among these events. But even without these turns of fate, the drama of the landscape, the close-up view of the trucking lifestyle, and the opportunity to observe the cultural habits of a wide swath of western North America would have been sufficient to fill up an interesting journal.

The travelogue is about 20,000 words, about 60 to 90 minutes of reading, at typical reading speeds.



Friday, 29 January 2016

Part 1 of a Review of “Marketing Analytics – A Practical Guide to Real Marketing Science” (Mike Grigsby Kogan)


Part 1 of a Review of “Marketing Analytics – A Practical Guide to Real Marketing Science” (by Mike Grigsby Kogan)

http://www.amazon.com/Marketing-Analytics-Practical-Guide-Science/dp/0749474173

A while back, I got a book from my Skillsoft learning library, with the above title. As a statistician/analyst at a university, I was curious about how the statistical techniques that I use on a routine basis are applied in the marketing world. And as someone who is involved in a small publishing venture, I was also curious about the theory and practice of marketing in general, and how it might be used to sell more novels :) . So, I thought I would read the book and do a write-up for the blog, to help fix ideas in my own mind and inform blog readers as well.

Naturally, if the book interests you, you should go to the source. The Amazon link is given above. The book sells for about 20 bucks, in both e-book and paperback form. Though the content gets somewhat technical, given the subject matter, the writer maintains a very readable style in my opinion.

The author is attempting to explain the subject to an audience with no prior knowledge of statistics, marketing or consumer behavior. Naturally, it is difficult for me to say how well he achieves his goal, at least in the statistical domain, as I use similar methods to those he explains, on a frequent basis. But the overall effect of the book seemed pretty good to me. I learned some new things about marketing and consumer behavior and gained some insights into how marketers in the private sector use statistical methods. It even refreshed my memory on a statistical technique or two, that I haven’t used a lot.

Since the book is fairly long, a proper look at it will take at least two blogs, maybe three. So, here is a synopsis of Part One of the book, in point form. Additional thoughts and observations of my own are in bolded italics.

Part One - Overview

    1. Chapter 1 - A brief review of elementary statistics.

This chapter went over some basic ideas and terminology from elementary statistics, as outlined below.

  • Measures of central tendency - Mean, median, mode.
  • Measures of dispersion - Range, variance, standard deviation.
  • Measures of association - Covariance, correlation.
  • Probability and sampling - Sampling distribution of the mean.

Chapter 2 - Marketing principles.

This chapter went over some basic marketing principles, outlining some of the basic theory of the art and science of marketing.

  • Focus on the customer, not your competition. The interaction with the latter will take care of itself, if the interaction with the former is good.

  • Giving consumers “what they want” is simplistic:
  • Wide variation in wants.
  • Might conflict with company's goals.
  • They might not really know what they want.
  • Note that there are examples of producing a product, then finding the customers for it (e.g. minivan, Apple products), but it is chancy to go this route.
  • For Indie writers and publishers, this is the choice between “Write to an established market” vs “Write the book of the heart”. As is common in many areas of life, a middle ground is probably best, assuming that commercial success is a goal.

  •  Consumer behaviour principles (assuming they are rational utility maximizers)
  • Consumers have preferences.
  • These are modified by constraints (usually budget).
  • The interaction of these, results in actual choices.
  • There are a number of economics textbook assumptions, baked into this.
  • Preferences are complete, transitive, and more is better.
  • The actual decision making process of consumers depends on whether the item is high or low priced, how long the person expects to live with the choice, and the cost of making a bad choice.
  • Expensive, long-lived purchases go through a more exacting decision making process, of careful comparison shopping, pricing calculations, consumer aids such as product guides, etc.
  • A more limited decision making process applies to inexpensive, short-lived items. It is less formal, “good enough”, and tends to be based on past practice, informal advice from friends, etc.
  • Amazon and e-books have probably fundamentally altered the decision process for books. Expensive, hard-cover books in the physical bookstore probably got more of the exacting treatment, while inexpensive e-books get the more limited treatment. Making a mistake doesn't matter so much if the book only cost a few bucks and doesn't take up shelf space. Also, “advice from friends” has widened to include reader reviews, which are of first importance in the on-line world, facebook likes, twitter retweets and similar engagement indicators on social media.

  • Stages of consumer decisions – marketing can come into any and all of these stages:
  • Need recognition – consumer realizes that he or she lacks something (e.g. I am bored and need something to read). Marketing tries to identify wants and needs at this early stage and even manufacture them.
  • Search for information – consumer searches out information about products or services to meet that need (e.g. I will see what's interesting on Amazon). Marketing tries to provide the necessary information, in a form favorable to the marketer.
  • Information processing – the consumer weighs information carefully and logically. Marketing tries to shape this process. Advertising and marketing often even try to short-circuit this stage; so that consumers fall back on habit (e.g. should I just check the best seller lists and ignore the rest, or should I cast around a bit further, via keyword searches or also-boughts?).
  • Pre-purchase evaluation of alternatives. (E.g. Is this book really going to be good enough for the investment of my time and money?). Marketing tries to close the deal, here.
  • Purchase (e.g. sure, I will buy this Kati of Terra book sci-fi romance book, it looks like the kind of book I usually like).
  • Post-purchase evaluation – comparing reality to expectations, which creates loyalty (that was good, I would buy a book from that writer again). Marketing continues at this stage, to try to convince the consumer that the choice was a good one.

  • Basic marketing strategies (Porter):
  • Compete on costs (consumers looking for low prices).
  • Focus on the high end (consumers who are not so price sensitive, but are interested in high quality, status, etc.).
  • Focus on a niche (consumers who have very particular wants, needs, or interests).
  • Independent writers and publishers (Indies) usually compete on costs or focus on a niche, while traditional big publishers (Trads) can do all three, though their cost structure and need for mass appeal can pose problems.
     
  • Basic Competitive Strategies, firm to firm
  • Bypass attack (the attacking firm expands into one of our product areas) and the correct counter is for our firm to constantly explore new areas.
  • Think of Indies moving into traditional publishing's territory, via e-books and retailers like Amazon. Trads have moved into new territories, from their point of view, such as hugely expanding the backlist on Amazon and other venues.
  • Encirclement attack (the attacking firm tries to overpower us with larger forces) and the correct counter is to message how our products are superior/unique and of more value.
  • Again, thinking of Indies and Trads, there has been a constant refrain on the part of Trads about quality, curation and nurturing.
  • Flank attack (the attacking firm tries to exploit out weakness) and the correct response is to not have any weaknesses, again via messaging of our superior value.
  • Thinking of Indies and Trads, this is just more about messages reinforcing the notions of curation and reliable quality.
  • Frontal attack (the attacking firm aims at our strength) and the correct counter is to attack back in the opposing firm's territory.
  • Trads have made many attempts to attack Amazon (e.g. collusion to enforce agency pricing). They have also “attacked” Indie writers by mechanisms such as thinly veiled threats to boycott writers who go Indie, and co-opting successful Indies, when possible, with Trad contracts. The response for Indies might be to point out that the publishing world itself has been caught up in collusion scandals.


In a later blog, I will go through some of the statistical techniques that he explains, adding some of my own analytic experience, especially as it pertains to the book publishing domain.
–------------------------------------------------------
And, since this is a book themed blog, here is your chance to buy a book. This is a travelogue, featuring a statistician and a truck driver, on a long haul trip, taking lumber to Texas and oilfield equipment to Alberta. So, you get content that alludes to the theme of the blog – statisticians and markets. :).  Plus, you get to enjoy an interesting road trip.

On the Road with Bronco Billy - A Trucking Journal

Kindle Edition

What follows is an account of a ten day journey through western North America during a working trip, delivering lumber from Edmonton Alberta to Dallas Texas, and returning with oilfield equipment. The writer had the opportunity to accompany a friend who is a professional truck driver, which he eagerly accepted. He works as a statistician for the University of Alberta, and is therefore is generally confined to desk, chair, and computer. The chance to see the world from the cab of a truck, and be immersed in the truck driving culture was intriguing. In early May 1997 they hit the road.

Some time has passed since this journal was written and many things have changed since the late 1990’s. That renders the journey as not just a geographical one, but also a historical account, which I think only increases its interest.

We were fortunate to have an eventful trip - a mechanical breakdown, a near miss from a tornado, and a large-scale flood were among these events. But even without these turns of fate, the drama of the landscape, the close-up view of the trucking lifestyle, and the opportunity to observe the cultural habits of a wide swath of western North America would have been sufficient to fill up an interesting journal.

The travelogue is about 20,000 words, about 60 to 90 minutes of reading, at typical reading speeds.


Wednesday, 27 January 2016

Kati of Terra Book Two - Assignment to the Planet of the Exalted - on Kindle Countdown this week



Kati of Terra Book Two - Assignment to the Planet of the Exalted - on Kindle Countdown this week


"Kati of Terra Book Two - Assignment to the Planet of the Exalted" is on a Kindle Countdown deal this week (Jan 27, 2016 to Jan 31, 2016) in the U.S. and U.K. Amazon stores.  That means that the price is reduced during this time period - for example, for the next couple of days it will be 99 cents.  After that, it goes to 1.99, then 2.99, until it reaches the regular price of 3.99, and the sale is over.

U.S.  http://www.amazon.com/gp/product/B00D0H15CC
U.K.  http://www.amazon.co.uk/gp/product/B00D0H15CC




Here's the summary:

After narrowly escaping the pursuit of the slave trader Gorsh on Makros III, the Drowned Planet, Kati of Terra has arrived on the planet Lamania, the home world of her alien companion and fellow escapee, Mikal r’ma Trodden. The bureaucracy of the Lamanian Social Services, however, insists that the two be separated for half-a-Lamanian year, to ensure that this Wilder woman is not being exploited by her more urbane lover, who is also a Star Federation agent. In principle a worthy policy, it has left Kati without Mikal’s company while dealing with the loss of her connection to her young son Jake, and the knowledge that she will never be able to return home to Earth.

While exploring her new environment, she is confronted with the realization that Gorsh has spread his tentacles into the Star Federation. She identifies and rescues a young victim of the slave trade, using knowledge gained during her and Mikal’s period of captivity on Gorsh’s ship.

She agrees to take the lead role in an undercover investigation of the venerable Federation planet, Vultaire, which seems to be implicated in the lawlessness. Apparently the members of the planet’s upper class, known as the Exalted Citizens, have grown corrupt, some of them even taking up slave-ownership, alongside numerous other vices. With three companions, Kati forms the Unofficial Investigative Team into the Conditions on the Planet Vultaire. The team members make their way, clandestinely, there, and undertake their investigation while posing as an itinerant Entertainment Troupe. Secretly, they make common cause with the downtrodden locals, including elements of the resistance to the oligarchy.

Meanwhile, Mikal, the Federation agent, is sent to explore the Xeonsaur connection to the slave trade. It has to do with a captive member of the lizard species who has been forced to navigate Slaver Gorsh’s space ship through vast distances during its slave-snatching operations. Mikal too must make common cause; he does so with a beautiful female of the reptilian/humanoid race, the life-partner to the unhappy Xeonsaur captive.

Kati and Mikal must make their separate ways and overcome separate obstacles and dangers, before re-uniting in the struggle on Vultaire. Their reunion as battlers against the slave trade coincides with the end of their forced separation, ushering in a time of new connection. However, together on Vultaire, they need all the resources and ingenuity that they and their companions have, to stay alive, and to help heal the Vultairian society, as well as the very planet itself from the sickness that the corruptions have caused.

This is a full-length novel of about 260,000 words (equivalent to a paperback of about 500 pages). Please note that the Kati of Terra novels are written so that they can be read as stand-alone books. Kati of Terra Book 2 can be enjoyed by readers who have not yet read Kati of Terra Book 1. Naturally, we encourage people to read both novels to experience all the adventure and romance of the Kati of Terra series.